LambertMaterial Class |
Namespace: Aspose.ThreeD.Shading
The LambertMaterial type exposes the following members.
Name | Description | |
---|---|---|
![]() | LambertMaterial |
Initializes a new instance of the LambertMaterial class.
|
![]() | LambertMaterial(String) |
Initializes a new instance of the LambertMaterial class.
|
Name | Description | |
---|---|---|
![]() | AmbientColor |
Gets or sets the ambient color
|
![]() | DiffuseColor |
Gets or sets the diffuse color
|
![]() | EmissiveColor |
Gets or sets the emissive color
|
![]() | Name |
Gets or sets the name.
(Inherited from A3DObject.) |
![]() | Properties |
Gets the collection of all properties.
(Inherited from A3DObject.) |
![]() | Transparency |
Gets or sets the transparency factor.
The factor should be ranged between 0(0%, fully opaque) and 1(100%, fully transparent)
Any invalid factor value will be clampped.
|
![]() | TransparentColor |
Gets or sets the transparent color.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | FindProperty |
Finds the property.
It can be a dynamic property (Created by CreateDynamicProperty/SetProperty)
or native property(Identified by its name)
(Inherited from A3DObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetProperty |
Get the value of specified property
(Inherited from A3DObject.) |
![]() | GetTexture |
Gets the texture from the specified slot, it can be material's property name or shader's parameter name
(Inherited from Material.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RemoveProperty(String) |
Remove the specified property identified by name
(Inherited from A3DObject.) |
![]() | RemoveProperty(Property) |
Removes a dynamic property.
(Inherited from A3DObject.) |
![]() | SetProperty |
Sets the value of specified property
(Inherited from A3DObject.) |
![]() | SetTexture |
Sets the texture to specified slot
(Inherited from Material.) |
![]() | ToString |
Formats object to string
(Inherited from Material.) |
Name | Description | |
---|---|---|
![]() | name |
The name of the current object.
(Inherited from A3DObject.) |
![]() | properties |
The properties of the current object.
(Inherited from A3DObject.) |