PositionIndicatorMeshRepresentation constructor

PositionIndicatorMeshRepresentation(
  1. 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.

  • geometryUri Uniform resource identifier for data in Wavefront obj format.

Implementation

factory PositionIndicatorMeshRepresentation(String geometryUri) => $prototype.make(geometryUri);