Wrapper provider using jassimp built in types.
More...
Inherits jassimp.AiWrapperProvider< AiVector, AiMatrix4f, AiColor, AiNode, AiQuaternion >.
|
| AiColor | wrapColor (ByteBuffer buffer, int offset) |
| |
| AiMatrix4f | wrapMatrix4f (float[] data) |
| |
| AiQuaternion | wrapQuaternion (ByteBuffer buffer, int offset) |
| |
| AiNode | wrapSceneNode (Object parent, Object matrix, int[] meshReferences, String name) |
| |
| AiVector | wrapVector3f (ByteBuffer buffer, int offset, int numComponents) |
| |
| C | wrapColor (ByteBuffer buffer, int offset) |
| | Wraps a RGBA color. More...
|
| |
| M4 | wrapMatrix4f (float[] data) |
| | Wraps a 4x4 matrix of floats. More...
|
| |
| Q | wrapQuaternion (ByteBuffer buffer, int offset) |
| | Wraps a quaternion. More...
|
| |
| N | wrapSceneNode (Object parent, Object matrix, int[] meshReferences, String name) |
| | Wraps a scene graph node. More...
|
| |
| V3 | wrapVector3f (ByteBuffer buffer, int offset, int numComponents) |
| | Wraps a vector. More...
|
| |
Wrapper provider using jassimp built in types.
◆ wrapColor()
| AiColor jassimp.AiBuiltInWrapperProvider.wrapColor |
( |
ByteBuffer |
buffer, |
|
|
int |
offset |
|
) |
| |
|
inline |
◆ wrapMatrix4f()
| AiMatrix4f jassimp.AiBuiltInWrapperProvider.wrapMatrix4f |
( |
float[] |
data | ) |
|
|
inline |
◆ wrapQuaternion()
| AiQuaternion jassimp.AiBuiltInWrapperProvider.wrapQuaternion |
( |
ByteBuffer |
buffer, |
|
|
int |
offset |
|
) |
| |
|
inline |
◆ wrapSceneNode()
| AiNode jassimp.AiBuiltInWrapperProvider.wrapSceneNode |
( |
Object |
parent, |
|
|
Object |
matrix, |
|
|
int[] |
meshReferences, |
|
|
String |
name |
|
) |
| |
|
inline |
◆ wrapVector3f()
| AiVector jassimp.AiBuiltInWrapperProvider.wrapVector3f |
( |
ByteBuffer |
buffer, |
|
|
int |
offset, |
|
|
int |
numComponents |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: