Assimp
v4.1. (December 2018)
|
A very primitive RTTI system for the contents of material properties. More...
Static Public Member Functions | |
static PropertyType | fromRawValue (int rawValue) |
Utility method for converting from c/c++ based integer enums to java enums. More... | |
Public Attributes | |
BUFFER =(0x5) | |
Simple binary buffer, content undefined. More... | |
FLOAT =(0x1) | |
Array of single-precision (32 Bit) floats. More... | |
INTEGER =(0x4) | |
Array of (32 Bit) integers. More... | |
STRING =(0x3) | |
The material property is a string. More... | |
A very primitive RTTI system for the contents of material properties.
|
inlinestatic |
Utility method for converting from c/c++ based integer enums to java enums.
This method is intended to be used from JNI and my change based on implementation needs.
rawValue | an integer based enum value (as defined by assimp) |
jassimp.AiMaterial.PropertyType.BUFFER =(0x5) |
Simple binary buffer, content undefined.
Not convertible to anything.
jassimp.AiMaterial.PropertyType.FLOAT =(0x1) |
Array of single-precision (32 Bit) floats.
jassimp.AiMaterial.PropertyType.INTEGER =(0x4) |
Array of (32 Bit) integers.
jassimp.AiMaterial.PropertyType.STRING =(0x3) |
The material property is a string.