public class btVertexBufferDescriptor extends BulletBase
| Modifier and Type | Class and Description |
|---|---|
static class |
btVertexBufferDescriptor.BufferTypes |
className| Constructor and Description |
|---|
btVertexBufferDescriptor(long cPtr,
boolean cMemoryOwn)
Construct a new btVertexBufferDescriptor, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferType() |
static long |
getCPtr(btVertexBufferDescriptor obj) |
int |
getNormalOffset() |
int |
getNormalStride() |
int |
getVertexOffset() |
int |
getVertexStride() |
boolean |
hasNormals() |
boolean |
hasVertexPositions() |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btVertexBufferDescriptor(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btVertexBufferDescriptor obj)
public boolean hasVertexPositions()
public boolean hasNormals()
public int getBufferType()
public int getVertexOffset()
public int getVertexStride()
public int getNormalOffset()
public int getNormalStride()
Copyright © 2021. All rights reserved.