PositionIndicatorMeshRepresentation constructor
- String geometryUri
Creates a mesh representation with the given geometry.
The Uri can reference a registered asset in the AssetManager or a file. The referenced content is expected in the Wavefront obj format.
geometryUriUniform resource identifier for data in Wavefront obj format.
Implementation
factory PositionIndicatorMeshRepresentation(String geometryUri) => $prototype.make(geometryUri);