Click or drag to resize
MaterialMap3ds Class
MaterialMap3ds defines one map (texture) that is used my the Material3ds
Inheritance Hierarchy
SystemObject
  Ab3d.File3dsMaterialMap3ds

Namespace: Ab3d.File3ds
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public class MaterialMap3ds

The MaterialMap3ds type exposes the following members.

Constructors
  NameDescription
Public methodMaterialMap3ds
Initializes a new instance of the MaterialMap3ds class
Top
Properties
  NameDescription
Public propertyAmount
Amount
Public propertyBlur
Blur
Public propertyFullFilePath
Full file path that is already adjusted by Reader3ds and ResolveTextureFileCallback. FullFilePath is null if the file does not exist.
Public propertyMapType
MapType
Public propertyOriginalFileName
FileName as written in 3ds file
Public propertyTilingFlags
TilingFlags
Public propertyUOffset
UOffset
Public propertyUScale
UScale
Public propertyVOffset
VOffset
Public propertyVScale
VScale
Top
See Also