Home
last modified time | relevance | path

Searched refs:PROJTYPE_FRUSTUM (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp229 resCamera->m_ProjectionType = ResCamera::PROJTYPE_FRUSTUM; in Create()
330 projType = ResCamera::PROJTYPE_FRUSTUM; in GetMemorySize()
372 case ResCamera::PROJTYPE_FRUSTUM: in GetMemorySize()
449 else if (projType == ResCamera::PROJTYPE_FRUSTUM) in Create()
521 else if (projType == ResCamera::PROJTYPE_FRUSTUM) in GetMemorySizeInternal()
556 case ResCamera::PROJTYPE_FRUSTUM: in GetMemorySizeInternal()
1140 case ResCamera::PROJTYPE_FRUSTUM: in StoreOriginal()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResCamera.h532 PROJTYPE_FRUSTUM, //!< Frustum プロジェクションアップデータです。 enumerator