Gets or sets the path where the textures are located. If null or "" the path of the 3ds 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") Default value is null.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public string TexturesPath { get; set; }
Visual Basic (Declaration)
Public Property TexturesPath As String
Visual C++
public:
property String^ TexturesPath {
	String^ get ();
	void set (String^ value);
}

See Also