Package | Description |
---|---|
com.aspose.cad.fileformats.collada.fileparser.elements |
Modifier and Type | Method and Description |
---|---|
FxCommonFloatOrParameter |
TechniqueBlinn.getIndexOfRefraction()
Gets or sets the index of refraction.
|
FxCommonFloatOrParameter |
TechniqueConstant.getIndexOfRefraction()
Gets or sets the index of refraction.
|
FxCommonFloatOrParameter |
TechniqueLambert.getIndexOfRefraction()
Gets or sets the index of refraction.
|
FxCommonFloatOrParameter |
TechniquePhong.getIndexOfRefraction()
Gets or sets the index of refraction.
|
FxCommonFloatOrParameter |
TechniqueBlinn.getReflectivity()
Gets or sets the reflectivity.
|
FxCommonFloatOrParameter |
TechniqueConstant.getReflectivity()
Gets or sets the reflectivity.
|
FxCommonFloatOrParameter |
TechniqueLambert.getReflectivity()
Gets or sets the reflectivity.
|
FxCommonFloatOrParameter |
TechniquePhong.getReflectivity()
Gets or sets the reflectivity.
|
FxCommonFloatOrParameter |
TechniqueBlinn.getShininess()
Gets or sets the shininess.
|
FxCommonFloatOrParameter |
TechniquePhong.getShininess()
Gets or sets the shininess.
|
FxCommonFloatOrParameter |
TechniqueBlinn.getTransparency()
Gets or sets the transparency.
|
FxCommonFloatOrParameter |
TechniqueConstant.getTransparency()
Gets or sets the transparency.
|
FxCommonFloatOrParameter |
TechniqueLambert.getTransparency()
Gets or sets the transparency.
|
FxCommonFloatOrParameter |
TechniquePhong.getTransparency()
Gets or sets the transparency.
|
Modifier and Type | Method and Description |
---|---|
void |
TechniqueBlinn.setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction.
|
void |
TechniqueConstant.setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction.
|
void |
TechniqueLambert.setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction.
|
void |
TechniquePhong.setIndexOfRefraction(FxCommonFloatOrParameter value)
Gets or sets the index of refraction.
|
void |
TechniqueBlinn.setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity.
|
void |
TechniqueConstant.setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity.
|
void |
TechniqueLambert.setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity.
|
void |
TechniquePhong.setReflectivity(FxCommonFloatOrParameter value)
Gets or sets the reflectivity.
|
void |
TechniqueBlinn.setShininess(FxCommonFloatOrParameter value)
Gets or sets the shininess.
|
void |
TechniquePhong.setShininess(FxCommonFloatOrParameter value)
Gets or sets the shininess.
|
void |
TechniqueBlinn.setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency.
|
void |
TechniqueConstant.setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency.
|
void |
TechniqueLambert.setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency.
|
void |
TechniquePhong.setTransparency(FxCommonFloatOrParameter value)
Gets or sets the transparency.
|