Hi,
I have three private member variables for a camera class.
Example
float m_FOV, m_Near, m_Far;
Now what I'm trying to create a public accessor method for them. Any ideas??
Thanks
Type: Posts; User: Przt014
Hi,
I have three private member variables for a camera class.
Example
float m_FOV, m_Near, m_Far;
Now what I'm trying to create a public accessor method for them. Any ideas??
Thanks
managed to fix it so no worries.
Hey All,
I need some tips on how to convert float to integer.
The other part of the code in my project is a water landscape and when I add the code below and compile it supposed to show sort...