HDK
|
#include <pxr/pxr.h>
#include "HUSD_API.h"
#include <UT/UT_Lock.h>
#include <UT/UT_LinkList.h>
#include <UT/UT_Map.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_StringSet.h>
#include <UT/UT_IntrusivePtr.h>
#include <UT/UT_Vector2.h>
#include <SYS/SYS_Types.h>
#include <GT/GT_Primitive.h>
#include "HUSD_PrimHandle.h"
#include "HUSD_HydraPrim.h"
#include "HUSD_Overrides.h"
Go to the source code of this file.
Classes | |
class | HUSD_Scene |
Scene information for the native viewport renderer. More... | |
Typedefs | |
typedef UT_IntrusivePtr < HUSD_HydraGeoPrim > | HUSD_HydraGeoPrimPtr |
typedef UT_IntrusivePtr < HUSD_HydraCamera > | HUSD_HydraCameraPtr |
typedef UT_IntrusivePtr < HUSD_HydraLight > | HUSD_HydraLightPtr |
typedef UT_IntrusivePtr < HUSD_HydraMaterial > | HUSD_HydraMaterialPtr |
typedef UT_IntrusivePtr<HUSD_HydraCamera> HUSD_HydraCameraPtr |
Definition at line 60 of file HUSD_Scene.h.
typedef UT_IntrusivePtr<HUSD_HydraGeoPrim> HUSD_HydraGeoPrimPtr |
Definition at line 56 of file HUSD_Scene.h.
typedef UT_IntrusivePtr<HUSD_HydraLight> HUSD_HydraLightPtr |
Definition at line 61 of file HUSD_Scene.h.
typedef UT_IntrusivePtr<HUSD_HydraMaterial> HUSD_HydraMaterialPtr |
Definition at line 62 of file HUSD_Scene.h.