Lines Matching refs:f32
99 …void SetBaseFrustum(const f32 left, const f32 right, const f32 bottom, const f32 top, const f32 ne…
131 void SetLimitParallax(const f32 limit);
149 const f32 depthLevel, const f32 factor,
167 const f32 depthLevel, const f32 factor,
186 f32 CalculateMatrices( nn::math::Matrix44* projL, nn::math::Matrix34* viewL,
189 const f32 depthLevel, const f32 factor, const bool realSwitch);
197 f32 GetParallax(const f32 distance) const;
203 f32 GetCoefficientForParallax(void) const;
209 f32 GetMaxParallax(void) const;
215 f32 GetLimitParallax(void) const { return m_LimitParallax; } in GetLimitParallax()
221 f32 GetDistanceToLevel(void) const { return m_DepthLevel; } in GetDistanceToLevel()
227 f32 GetDistanceToNearClip(void) const { return m_DistanceToNearClip; } in GetDistanceToNearClip()
233 f32 GetDistanceToFarClip(void) const { return m_DistanceToFarClip; } in GetDistanceToFarClip()
239 f32 left; //
240 f32 right; //
241 f32 bottom; //
242 f32 top; //
243 f32 near; //
244 f32 far; //
254 f32 m_LimitParallax;
256 f32 m_LevelWidth;
257 f32 m_DepthLevel;
258 f32 m_DistanceToNearClip;
259 f32 m_DistanceToFarClip;
260 f32 m_CameraInterval;