FBX C++ API Reference
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FbxGobo Class Reference

#include <fbxgobo.h>

Class Description

A gobo is a filter placed over a spot light to project light patterns through fog on a surface.

You can also use an image file as a gobo, which cause the light to project an image, much like a projector.

Definition at line 26 of file fbxgobo.h.

Public Member Functions

 FbxGobo (char *pName)
 

Public Attributes

FbxString mName
 Gobo name. More...
 
FbxString mFileName
 path and file name of the image file. More...
 
bool mDrawGroundProjection
 Flag that if shows the light projected on the ground. More...
 
bool mVolumetricLightProjection
 Flag that lets you create a volumetric lighting effect by making the light stream visible. More...
 
bool mFrontVolumetricLightProjection
 Flag that front facing light occurs when the camera view is looking down or up the light stream of a Spot light, which makes the light stream look three-dimensional. More...
 

Constructor & Destructor Documentation

◆ FbxGobo()

FbxGobo ( char *  pName)
inline

Definition at line 29 of file fbxgobo.h.

29  :
30  mName(pName)
31  {
32  }
FbxString mName
Gobo name.
Definition: fbxgobo.h:35

Member Data Documentation

◆ mName

FbxString mName

Gobo name.

Definition at line 35 of file fbxgobo.h.

◆ mFileName

FbxString mFileName

path and file name of the image file.

Definition at line 37 of file fbxgobo.h.

◆ mDrawGroundProjection

bool mDrawGroundProjection

Flag that if shows the light projected on the ground.

Definition at line 39 of file fbxgobo.h.

◆ mVolumetricLightProjection

bool mVolumetricLightProjection

Flag that lets you create a volumetric lighting effect by making the light stream visible.

Definition at line 41 of file fbxgobo.h.

◆ mFrontVolumetricLightProjection

bool mFrontVolumetricLightProjection

Flag that front facing light occurs when the camera view is looking down or up the light stream of a Spot light, which makes the light stream look three-dimensional.

Definition at line 43 of file fbxgobo.h.


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