Searched refs:fovy (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_PerspectiveProjectionUpdater.cpp | 95 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()
|
| D | gfx_Camera.cpp | 747 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/ |
| D | Viewer.ini | 129 /g3d/camera/fovy = 37.8 #degree 222 # fovy (1 - 179) 223 /g2d/perspective/fovy = 45
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 151 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/ |
| D | NW4C_SetCameraFovy.mel | 5 Description: set camera fovy 56 fovy setjob 68 fovy callback
|
| D | NW4C_CreateMenu.mel | 149 -ann "Set camera fovy of selected camera (transform) node"
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Camera.h | 511 f32* fovy, 529 f32 fovy,
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Utility.cpp | 370 f32 fovy; in SetCameraAspectRatio() local 373 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio() 375 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()
|