class com.babylonhx.mesh.SubMesh
Available on all platforms
... @author Krtolica Vujadin
Class Fields
static function CreateFromIndices(materialIndex:Int, startIndex:Int, indexCount:Int, mesh:AbstractMesh, ?renderingMesh:Mesh):SubMesh
Instance Fields
function new(materialIndex:Int, verticesStart:Int, verticesCount:Int, indexStart:Int, indexCount:Int, mesh:AbstractMesh, ?renderingMesh:Mesh, ?createBoundingBox:Bool):Void
function intersects(ray:Ray, positions:Array<Vector3>, indices:Array<Int>, ?fastCheck:Bool):IntersectionInfo