-
public class MorphTargetBuffer.Builder
-
-
Constructor Summary
Constructors Constructor Description MorphTargetBuffer.Builder()
-
Method Summary
Modifier and Type Method Description MorphTargetBuffer.BuildervertexCount(@IntRange(from = 1) int vertexCount)Size of the morph targets in vertex counts. MorphTargetBuffer.Buildercount(@IntRange(from = 1) int count)Size of the morph targets in targets. MorphTargetBufferbuild(@NonNull() Engine engine)Creates and returns the MorphTargetBufferobject.-
-
Method Detail
-
vertexCount
@NonNull() MorphTargetBuffer.Builder vertexCount(@IntRange(from = 1) int vertexCount)
Size of the morph targets in vertex counts.
- Parameters:
vertexCount- Number of vertex counts the morph targets can hold.
-
count
@NonNull() MorphTargetBuffer.Builder count(@IntRange(from = 1) int count)
Size of the morph targets in targets.
- Parameters:
count- Number of targets the morph targets can hold.
-
-
-
-