This reference page is linked to from the following overview topics: What is Autodesk FBX Technology?, Meshes, Materials and Textures, Materials, List of Python Fbx classes, Layered Textures.
#include <fbxsurfacephong.h>
This class contains settings for Phong Materials.
ExportDocument/main.cxx, ExportScene02/main.cxx, ExportScene03/main.cxx, ImportScene/DisplayMaterial.cxx, Instances/main.cxx, Layers/main.cxx, ProceduralTexture/main.cxx, and UI_Examples/CubeCreator/SDK_Utility.cxx.
Definition at line 25 of file fbxsurfacephong.h.
Material properties |
|
| FbxPropertyT< FbxDouble3 > | Specular |
| Specular property. |
|
| FbxPropertyT< FbxDouble > | SpecularFactor |
| Specular factor property. |
|
| FbxPropertyT< FbxDouble > | Shininess |
| Shininess property. |
|
| FbxPropertyT< FbxDouble3 > | Reflection |
| Reflection color property. |
|
| FbxPropertyT< FbxDouble > | ReflectionFactor |
| Reflection factor property. |
|
Default property values |
|
| static const FbxDouble3 | sSpecularDefault |
| static const FbxDouble | sSpecularFactorDefault |
| static const FbxDouble | sShininessDefault |
| static const FbxDouble3 | sReflectionDefault |
| static const FbxDouble | sReflectionFactorDefault |
Specular property.
Definition at line 35 of file fbxsurfacephong.h.
Specular factor property.
This factor is used to attenuate the specular color.
Definition at line 40 of file fbxsurfacephong.h.
Shininess property.
This property controls the aspect of the shiny spot. It is the specular exponent in the Phong illumination model.
Definition at line 46 of file fbxsurfacephong.h.
Reflection color property.
This property is used to implement reflection mapping.
Definition at line 51 of file fbxsurfacephong.h.
Reflection factor property.
This property is used to attenuate the reflection color.
Definition at line 56 of file fbxsurfacephong.h.
const FbxDouble3
sSpecularDefault [static] |
Definition at line 68 of file fbxsurfacephong.h.
const FbxDouble
sSpecularFactorDefault
[static] |
Definition at line 69 of file fbxsurfacephong.h.
const FbxDouble
sShininessDefault
[static] |
Definition at line 71 of file fbxsurfacephong.h.
const FbxDouble3
sReflectionDefault [static] |
Definition at line 73 of file fbxsurfacephong.h.
const FbxDouble
sReflectionFactorDefault
[static] |
Definition at line 74 of file fbxsurfacephong.h.