Type alias GlbMeshInput

GlbMeshInput: {
    mesh: MeshData;
    name?: string;
    transform?: Transform;
}

Type declaration