Assimp
v4.1. (December 2018)
|
Java binding for the Open Asset Import Library. More...
Classes | |
class | AiAnimation |
An animation. More... | |
enum | AiAnimBehavior |
Defines how an animation channel behaves outside the defined time range. More... | |
enum | AiBlendMode |
Defines alpha-blend flags. More... | |
class | AiBone |
A single bone of a mesh. More... | |
class | AiBoneWeight |
A single influence of a bone on a vertex. More... | |
class | AiBuiltInWrapperProvider |
Wrapper provider using jassimp built in types. More... | |
class | AiCamera |
Helper structure to describe a virtual camera. More... | |
class | AiClassLoaderIOSystem |
IOSystem based on the Java classloader. More... | |
class | AiColor |
Wrapper for colors. More... | |
class | AiConfig |
Configuration interface for assimp importer. More... | |
enum | AiConfigOptions |
Lists all possible configuration options. More... | |
class | AiInputStreamIOStream |
Implementation of AiIOStream reading from a InputStream. More... | |
interface | AiIOStream |
Interface to allow custom resource loaders for jassimp. More... | |
interface | AiIOSystem |
class | AiLight |
Describes a light source. More... | |
enum | AiLightType |
List of light types supported by AiLight. More... | |
class | AiMaterial |
Data structure for a material. More... | |
class | AiMatrix4f |
Simple 4x4 matrix of floats. More... | |
class | AiMesh |
A mesh represents a geometry or model with a single material. More... | |
class | AiMeshAnim |
This class is a stub - mesh animations are currently not supported. More... | |
class | AiMetadataEntry |
class | AiNode |
A node in the imported hierarchy. More... | |
class | AiNodeAnim |
Describes the animation of a single node. More... | |
enum | AiPostProcessSteps |
Enumerates the post processing steps supported by assimp. More... | |
enum | AiPrimitiveType |
Enumerates the types of geometric primitives supported by Assimp. More... | |
interface | AiProgressHandler |
class | AiQuaternion |
Wrapper for a quaternion. More... | |
class | AiScene |
The root structure of the imported data. More... | |
enum | AiSceneFlag |
Status flags for AiScenes. More... | |
enum | AiShadingMode |
Defines all shading modes supported by the library. More... | |
class | AiTextureInfo |
Data structure for texture related material properties. More... | |
enum | AiTextureMapMode |
Defines how UV coordinates outside the [0...1] range are handled. More... | |
enum | AiTextureMapping |
Defines how the mapping coords for a texture are generated. More... | |
enum | AiTextureOp |
Defines how the Nth texture of a specific type is combined with the result of all previous layers. More... | |
enum | AiTextureType |
Defines the purpose of a texture. More... | |
class | AiVector |
Wrapper for 3-dimensional vectors. More... | |
interface | AiWrapperProvider |
Provides wrapper objects for raw data buffers. More... | |
class | JaiDebug |
Debug/utility methods. More... | |
class | Jassimp |
Entry point to the jassimp library. More... | |
class | JassimpConfig |
Global configuration values (limits). More... | |
class | JassimpLibraryLoader |
Library loader for the jassimp library. More... | |
Java binding for the Open Asset Import Library.