@NoOffset @Properties(inherit=BulletSoftBody.class) public class btVertexBufferDescriptor extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
btVertexBufferDescriptor.BufferTypes |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btVertexBufferDescriptor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
btVertexBufferDescriptor.BufferTypes |
getBufferType()
Return the type of the vertex buffer descriptor.
|
int |
getNormalOffset()
Return the vertex offset in floats from the base pointer.
|
int |
getNormalStride()
Return the vertex stride in number of floats between vertices.
|
int |
getVertexOffset()
Return the vertex offset in floats from the base pointer.
|
int |
getVertexStride()
Return the vertex stride in number of floats between vertices.
|
boolean |
hasNormals() |
boolean |
hasVertexPositions() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btVertexBufferDescriptor(Pointer p)
Pointer(Pointer).public btVertexBufferDescriptor.BufferTypes getBufferType()
public int getVertexOffset()
public int getVertexStride()
public int getNormalOffset()
public int getNormalStride()
Copyright © 2024. All rights reserved.