DrawModelPointsEx abstract method
void
DrawModelPointsEx(
- ModelStructType model,
- Vector3StructType position,
- Vector3StructType rotationAxis,
- num rotationAngle,
- Vector3StructType scale,
- ColorStructType tint,
Implementation
void DrawModelPointsEx(
ModelStructType model,
Vector3StructType position,
Vector3StructType rotationAxis,
num rotationAngle,
Vector3StructType scale,
ColorStructType tint,
);