MapMarker3DModel.withTextureFilePathAndColor constructor - MapMarker3DModel - mapview library - Dart API
MapMarker3DModel.withTextureFilePathAndColor
MapMarker3DModel.withTextureFilePathAndColor constructor
- String geometryFilePath,
- String textureFilePath,
- Color color
Creates a new 3D model from path to .obj file, texture and color.
-
geometryFilePathAbsolute path to obj file. -
textureFilePathAbsolute path to texture file. -
colorColor to be blend with texture. This color is multiplied with color of texture.
Implementation
factory MapMarker3DModel.withTextureFilePathAndColor(String geometryFilePath, String textureFilePath, ui.Color color) => $prototype.withTextureFilePathAndColor(geometryFilePath, textureFilePath, color);