public class VRRenderModel
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
VRRenderModel.ByReference |
static class |
VRRenderModel.ByValue |
Modifier and Type | Field and Description |
---|---|
int |
diffuseTexId |
com.sun.jna.Pointer |
indexData |
int |
triangleCount |
int |
vertexCount |
com.sun.jna.Pointer |
vertexData |
Constructor and Description |
---|
VRRenderModel() |
VRRenderModel(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
JoglOpenVRMesh |
loadMesh() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public com.sun.jna.Pointer vertexData
public int vertexCount
public com.sun.jna.Pointer indexData
public int triangleCount
public int diffuseTexId
public VRRenderModel()
public VRRenderModel(com.sun.jna.Pointer peer)
protected java.util.List<java.lang.String> getFieldOrder()
getFieldOrder
in class com.sun.jna.Structure
public JoglOpenVRMesh loadMesh()