Searched refs:fovy (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.2.23/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 | 546 f32* fovy, in GetPerspective() argument 557 if (fovy) in GetPerspective() 559 *fovy = resource.GetFovy(); in GetPerspective() 578 f32 fovy, in SetPerspective() argument 589 resource.SetFovy(fovy); in SetPerspective()
|
| /NW4C-1.2.23/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.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetCameraFovy.mel | 5 Description: set camera fovy 57 fovy setjob 69 fovy callback
|
| D | NW4C_CreateMenu.mel | 144 -ann "Set camera fovy of selected camera (transform) node"
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Camera.h | 444 f32* fovy, 462 f32 fovy,
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Utility.cpp | 346 f32 fovy; in SetCameraAspectRatio() local 349 camera->GetPerspective(&fovy, NULL, &near, &far); in SetCameraAspectRatio() 351 camera->SetPerspective(fovy, aspectRatio, near, far); in SetCameraAspectRatio()
|
| /NW4C-1.2.23/tools/Viewer/ |
| D | Viewer.ini | 108 /g3d/camera/fovy = 37.8 #degree
|