Uses of Class
com.openinventor.inventor.fields.SoSFBufferObject
-
Packages that use SoSFBufferObject Package Description com.openinventor.inventor.nodes com.openinventor.volumeviz.writers -
-
Uses of SoSFBufferObject in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFBufferObject Modifier and Type Field Description SoSFBufferObject
SoShaderParameterBufferObject. buffer
AnSoBufferObject
containing data.SoSFBufferObject
SoBufferedShape. colorBuffer
Buffer object that contains the (optional) color values.SoSFBufferObject
SoBufferedShape. indexBuffer
Buffer object that contains the (optional) indices.SoSFBufferObject
SoBufferedShape. normalBuffer
Buffer object that contains the (optional) normal vectors.SoSFBufferObject
SoVertexShaderParameterBufferObject. value
Specifies the parameter's values.SoSFBufferObject
SoBufferedShape. vertexBuffer
Buffer object that contains the vertex data. -
Uses of SoSFBufferObject in com.openinventor.volumeviz.writers
Fields in com.openinventor.volumeviz.writers declared as SoSFBufferObject Modifier and Type Field Description SoSFBufferObject
SoVRMemoryWriter. data
Buffer containing data.
-