Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp95 float fovy = this->m_Resource.GetFovy(); in Update() local
96 NW_ASSERT(0 < fovy && fovy < nw::math::F_PI); in Update()
107 fovy, in Update()
115 fovy, in Update()
Dgfx_Camera.cpp747 f32* fovy, in GetPerspective() argument
758 if (fovy) in GetPerspective()
760 *fovy = resource.GetFovy(); in GetPerspective()
779 f32 fovy, in SetPerspective() argument
790 resource.SetFovy(fovy); in SetPerspective()
/NW4C-2.0.3/tools/Viewer/
DViewer.ini129 /g3d/camera/fovy = 37.8 #degree
222 # fovy (1 - 179)
223 /g2d/perspective/fovy = 45
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp151 const f32 fovy = 45.f; in SetupCamera() local
161 fovy, in SetupCamera()
170 const f32 dist = height * 0.5f / nw::math::TanDeg(fovy * 0.5f); in SetupCamera()
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetCameraFovy.mel5 Description: set camera fovy
56 fovy setjob
68 fovy callback
DNW4C_CreateMenu.mel149 -ann "Set camera fovy of selected camera (transform) node"
/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h511 f32* fovy,
529 f32 fovy,
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp370 f32 fovy; in SetCameraAspectRatio() local
373 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio()
375 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()