|
ObjModelVisual3DTexturesPath Property |
Gets or sets the path where the textures are located. If null or "" the path of the obj file is used.
It is also possible to set TexturesPath to url of the textures (http://...) or to the application resources ("pack://application:,,,/XAMLBrowserApplication1;component/models")
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public string TexturesPath { get; set; }
Property Value
StringSee Also