|
| static wfcAppearance_ptr | Create
(xreal Ambient, xreal Diffuse, xreal Highlight, xreal Shininess, xreal Transparency, pfcColorRGB_ptr RGBColor, pfcColorRGB_ptr HighlightColor, xreal Reflection, xrstring Name, xrstring Label, xrstring Description, xrstring Keywords)
|
| Creates the Appearance properties |
|
| xreal | GetAmbient
()
|
| void | SetAmbient
(xreal value)
|
| The ambient value |
|
| xstring | GetDescription
()
|
| void | SetDescription
(xrstring value)
|
| Description of the appearance |
|
| xreal | GetDiffuse
()
|
| void | SetDiffuse
(xreal value)
|
| The diffusion value |
|
| xreal | GetHighlight
()
|
| void | SetHighlight
(xreal value)
|
| The highlight value |
|
| pfcColorRGB_ptr | GetHighlightColor
()
|
| void | SetHighlightColor
(pfcColorRGB_ptr value)
|
| The highlight color in RGB |
|
| xstring | GetKeywords
()
|
| void | SetKeywords
(xrstring value)
|
| Keyword for the appearance |
|
| xstring | GetLabel
()
|
| void | SetLabel
(xrstring value)
|
| Label for the appearance |
|
| xstring | GetName
()
|
| void | SetName
(xrstring value)
|
| The name of the appearance |
|
| xreal | GetReflection
()
|
| void | SetReflection
(xreal value)
|
| The value of reflection |
|
| pfcColorRGB_ptr | GetRGBColor
()
|
| void | SetRGBColor
(pfcColorRGB_ptr value)
|
| Appearance color in RGB |
|
| xreal | GetShininess
()
|
| void | SetShininess
(xreal value)
|
| The value of shininess |
|
| xreal | GetTransparency
()
|
| void | SetTransparency
(xreal value)
|
| The transparency value |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|