Home
last modified time | relevance | path

Searched refs:fovy (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp93 float fovy = this->m_Resource.GetFovy(); in Update() local
94 NW_ASSERT(0 < fovy && fovy < nw::math::F_PI); in Update()
105 fovy, in Update()
113 fovy, in Update()
Dgfx_Camera.cpp744 f32* fovy, in GetPerspective() argument
755 if (fovy) in GetPerspective()
757 *fovy = resource.GetFovy(); in GetPerspective()
776 f32 fovy, in SetPerspective() argument
787 resource.SetFovy(fovy); in SetPerspective()
/NW4C-1.3.3/tools/Viewer/
DViewer.ini112 /g3d/camera/fovy = 37.8 #degree
199 # fovy (1 - 179)
200 /g2d/perspective/fovy = 45
/NW4C-1.3.3/demos/lyt/perspective/sources/
Dmain.cpp149 const f32 fovy = 45.f; in SetupCamera() local
159 fovy, in SetupCamera()
168 const f32 dist = height * 0.5f / nw::math::TanDeg(fovy * 0.5f); in SetupCamera()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetCameraFovy.mel5 Description: set camera fovy
57 fovy setjob
69 fovy callback
DNW4C_CreateMenu.mel150 -ann "Set camera fovy of selected camera (transform) node"
/NW4C-1.3.3/include/nw/gfx/
Dgfx_Camera.h483 f32* fovy,
501 f32 fovy,
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp368 f32 fovy; in SetCameraAspectRatio() local
371 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio()
373 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()