HDK
|
#include "RAY_DemoSprite.h"
#include <RAY/RAY_ProceduralFactory.h>
#include <RAY/RAY_IO.h>
#include <GU/GU_Detail.h>
#include <GU/GU_PrimPoly.h>
#include <GA/GA_AIFCopyData.h>
#include <GA/GA_Handle.h>
#include <GA/GA_Types.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Defines.h>
#include <SYS/SYS_Floor.h>
#include <SYS/SYS_Math.h>
Go to the source code of this file.
Classes | |
class | HDK_Sample::ray_SpriteAttribMap |
class | ProcDef |
Namespaces | |
HDK_Sample | |
This namespace is used to hold all HDK example source code. | |
Macros | |
#define | MIN_CHUNK 8 |
#define | SPRITE_LIMIT 1000 |
#define | META_CORRECT 0.5 |
#define | DEFAULT_ATTRIB_PATTERN "" |
#define | DEFAULT_SIZE 0.05F |
Functions | |
void | registerProcedural (RAY_ProceduralFactory *factory) |
Modern interface to register procedurals. More... | |
#define DEFAULT_ATTRIB_PATTERN "" |
Definition at line 47 of file RAY_DemoSprite.C.
#define DEFAULT_SIZE 0.05F |
Definition at line 48 of file RAY_DemoSprite.C.
#define META_CORRECT 0.5 |
Definition at line 46 of file RAY_DemoSprite.C.
#define MIN_CHUNK 8 |
Definition at line 44 of file RAY_DemoSprite.C.
#define SPRITE_LIMIT 1000 |
Definition at line 45 of file RAY_DemoSprite.C.
void registerProcedural | ( | RAY_ProceduralFactory * | factory | ) |
Modern interface to register procedurals.
Definition at line 98 of file RAY_DemoSprite.C.