Searched refs:ResShape (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResShape.cpp | 37 typedef void (*SetupFunc)(nw::os::IAllocator* allocator, ResShape resShape); 38 typedef void (*CleanupFunc)(ResShape resShape); 40 static void ResShape_Setup(nw::os::IAllocator* allocator, ResShape resShape); 41 static void ResSeparateDataShape_Setup(nw::os::IAllocator* allocator, ResShape resShape); 42 static void ResParticleShape_Setup(nw::os::IAllocator* allocator, ResShape resShape); 44 static void ResShape_Cleanup(ResShape resShape); 45 static void ResSeparateDataShape_Cleanup(ResShape resShape); 46 static void ResParticleShape_Cleanup(ResShape resShape); 138 ResShape::Setup(nw::os::IAllocator* allocator) in Setup() 146 this->SetFlags(ut::EnableFlag(this->GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)); in Setup() [all …]
|
| D | gfx_ResModel.cpp | 47 if (!ut::CheckFlag(this->GetShapes(i).GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)) in Setup() 89 if (ut::CheckFlag(this->GetShapes(i).GetFlags(), ResShape::FLAG_HAS_BEEN_SETUP)) in Cleanup()
|
| D | gfx_ResMesh.cpp | 149 ResShape shape = owner.GetShapes(this->GetShapeIndex()); in Setup()
|
| /NW4C-2.0.3/include/nw/gfx/res/ |
| D | gfx_ResParticleShape.h | 42 class ResParticleShape : public ResShape 48 NW_RES_CTOR_INHERIT( ResParticleShape, ResShape )
|
| D | gfx_ResShape.h | 258 class ResShape : public ResSceneObject 261 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResShape) }; 269 NW_RES_CTOR_INHERIT( ResShape, ResSceneObject ) in NW_RES_CTOR_INHERIT() argument 381 typedef nw::ut::ResArrayClass<ResShape>::type ResShapeArray; 396 class ResSeparateDataShape : public ResShape 402 NW_RES_CTOR_INHERIT( ResSeparateDataShape, ResShape )
|
| D | gfx_ResModel.h | 161 NW_RES_FIELD_CLASS_LIST_DECL( ResShape, Shapes ) // GetShapes(int idx), GetShapesCount() in NW_RES_CTOR_INHERIT()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_RenderQueue.h | 139 ResShape shape = resModel.GetShapes(mesh.GetShapeIndex()); in operator() 176 ResShape shape = resModel.GetShapes(mesh.GetShapeIndex()); in operator()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 97 ResShape shape = model->GetResModel().GetShapes(mesh.GetShapeIndex()); in RenderMesh()
|