MapMarker3DModel.withTextureFilePath constructor

MapMarker3DModel.withTextureFilePath(
  1. String geometryFilePath,
  2. String textureFilePath
)

Creates a new 3D model from path to .obj file and texture.

  • geometryFilePath Absolute path to obj file.

  • textureFilePath Absolute path to texture file.

Implementation

factory MapMarker3DModel.withTextureFilePath(String geometryFilePath, String textureFilePath) => $prototype.withTextureFilePath(geometryFilePath, textureFilePath);