menu
raylib_dartified package
documentation
raylib.dart
MeshBase<X extends MeshBase<X, M, V3, Q, V4>, M extends MatrixBase<M, V3, Q, V4>, V3 extends Vector3Base<V3, M, Q, V4>, Q extends QuaternionBase<Q, M, V3, V4>, V4 extends Vector4Base<V4, Q, M, V3>>
BASE_boneIdsCount static method
BASE_boneIdsCount static method
dark_mode
light_mode
BASE_boneIdsCount
static method
int
BASE_boneIdsCount
(
int
vertexCount
)
Implementation
static int BASE_boneIdsCount(int vertexCount) => vertexCount > 0 ? vertexCount * 4 : 0;
raylib_dartified package
documentation
raylib
MeshBase<X extends MeshBase<X, M, V3, Q, V4>, M extends MatrixBase<M, V3, Q, V4>, V3 extends Vector3Base<V3, M, Q, V4>, Q extends QuaternionBase<Q, M, V3, V4>, V4 extends Vector4Base<V4, Q, M, V3>>
BASE_boneIdsCount static method
MeshBase mixin