Searched refs:fovy (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_PerspectiveProjectionUpdater.cpp | 93 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()
|
| D | gfx_Camera.cpp | 744 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/ |
| D | Viewer.ini | 112 /g3d/camera/fovy = 37.8 #degree 199 # fovy (1 - 179) 200 /g2d/perspective/fovy = 45
|
| /NW4C-1.3.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 149 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/ |
| D | NW4C_SetCameraFovy.mel | 5 Description: set camera fovy 57 fovy setjob 69 fovy callback
|
| D | NW4C_CreateMenu.mel | 150 -ann "Set camera fovy of selected camera (transform) node"
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_Camera.h | 483 f32* fovy, 501 f32 fovy,
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_Utility.cpp | 368 f32 fovy; in SetCameraAspectRatio() local 371 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio() 373 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()
|