LightWrap++
AC++wrapperfortheLightWave3DSDK
nodes.h File Reference
#include <lwpp/global.h>
#include <lwpp/vparm.h>
#include <lwnodes.h>
+ Include dependency graph for nodes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lwpp::LWNode
class  lwpp::LWNodeInput
 Node Input. More...
class  lwpp::LWNodeOutput
class  lwpp::LWNodeUtility
class  lwpp::NodeInputHelper
class  lwpp::ShadingEvaluator
 A base clasee for shaders that evaluate depending on light samples. More...

Namespaces

namespace  lwpp
 contain Carbon specific code for the OSX XCode version platform_carbon.cpp lwpp

Typedefs

typedef std::auto_ptr
< LWNodeInput > 
lwpp::auto_NodeInput
 Helper declaration for node member variables.
typedef std::auto_ptr
< LWNodeOutput > 
lwpp::auto_NodeOutput
 Helper declaration for node member variables.

Functions

int lwpp::IlluminationSampler (void *data, LWItemID light, const LWDVector dir, const LWDVector color)
 Creates a callback to sample illumination.