Package | Description |
---|---|
com.aspose.cad.fileformats.collada.fileparser.elements |
Modifier and Type | Class and Description |
---|---|
class |
FxCommonTransparent
The FX common transparent.
|
Modifier and Type | Method and Description |
---|---|
FxCommonColorOrTexture |
TechniqueBlinn.getAmbient()
Gets or sets the ambient.
|
FxCommonColorOrTexture |
TechniqueLambert.getAmbient()
Gets or sets the ambient.
|
FxCommonColorOrTexture |
TechniquePhong.getAmbient()
Gets or sets the ambient.
|
FxCommonColorOrTexture |
TechniqueBlinn.getDiffuse()
Gets or sets the diffuse.
|
FxCommonColorOrTexture |
TechniqueLambert.getDiffuse()
Gets or sets the diffuse.
|
FxCommonColorOrTexture |
TechniquePhong.getDiffuse()
Gets or sets the diffuse.
|
FxCommonColorOrTexture |
TechniqueBlinn.getEmission()
Gets or sets the emission.
|
FxCommonColorOrTexture |
TechniqueConstant.getEmission()
Gets or sets the emission.
|
FxCommonColorOrTexture |
TechniqueLambert.getEmission()
Gets or sets the emission.
|
FxCommonColorOrTexture |
TechniquePhong.getEmission()
Gets or sets the emission.
|
FxCommonColorOrTexture |
TechniqueBlinn.getReflective()
Gets or sets the reflective.
|
FxCommonColorOrTexture |
TechniqueConstant.getReflective()
Gets or sets the reflective.
|
FxCommonColorOrTexture |
TechniqueLambert.getReflective()
Gets or sets the reflective.
|
FxCommonColorOrTexture |
TechniquePhong.getReflective()
Gets or sets the reflective.
|
FxCommonColorOrTexture |
TechniqueBlinn.getSpecular()
Gets or sets the specular.
|
FxCommonColorOrTexture |
TechniquePhong.getSpecular()
Gets or sets the specular.
|
Modifier and Type | Method and Description |
---|---|
void |
TechniqueBlinn.setAmbient(FxCommonColorOrTexture value)
Gets or sets the ambient.
|
void |
TechniqueLambert.setAmbient(FxCommonColorOrTexture value)
Gets or sets the ambient.
|
void |
TechniquePhong.setAmbient(FxCommonColorOrTexture value)
Gets or sets the ambient.
|
void |
TechniqueBlinn.setDiffuse(FxCommonColorOrTexture value)
Gets or sets the diffuse.
|
void |
TechniqueLambert.setDiffuse(FxCommonColorOrTexture value)
Gets or sets the diffuse.
|
void |
TechniquePhong.setDiffuse(FxCommonColorOrTexture value)
Gets or sets the diffuse.
|
void |
TechniqueBlinn.setEmission(FxCommonColorOrTexture value)
Gets or sets the emission.
|
void |
TechniqueConstant.setEmission(FxCommonColorOrTexture value)
Gets or sets the emission.
|
void |
TechniqueLambert.setEmission(FxCommonColorOrTexture value)
Gets or sets the emission.
|
void |
TechniquePhong.setEmission(FxCommonColorOrTexture value)
Gets or sets the emission.
|
void |
TechniqueBlinn.setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective.
|
void |
TechniqueConstant.setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective.
|
void |
TechniqueLambert.setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective.
|
void |
TechniquePhong.setReflective(FxCommonColorOrTexture value)
Gets or sets the reflective.
|
void |
TechniqueBlinn.setSpecular(FxCommonColorOrTexture value)
Gets or sets the specular.
|
void |
TechniquePhong.setSpecular(FxCommonColorOrTexture value)
Gets or sets the specular.
|