FbxSurfacePhong Class Reference
 
 
 
FbxSurfacePhong Class Reference

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>


Class Description

Inheritance diagram for FbxSurfacePhong:
FbxSurfaceLambert FbxSurfaceMaterial FbxObject FbxEmitter

List of all members.

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

Member Data Documentation

Specular factor property.

This factor is used to attenuate the specular color.

Examples:
ExportDocument/main.cxx, and ExportScene03/main.cxx.

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.

Examples:
ExportDocument/main.cxx, ExportScene02/main.cxx, ExportScene03/main.cxx, Layers/main.cxx, and UI_Examples/CubeCreator/SDK_Utility.cxx.

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.

Examples:
ExportScene02/main.cxx.

Definition at line 56 of file fbxsurfacephong.h.

Definition at line 68 of file fbxsurfacephong.h.

const FbxDouble sShininessDefault [static]

Definition at line 71 of file fbxsurfacephong.h.


The documentation for this class was generated from the following file: