Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to change the default camera speed values opengl

// Default camera values
const float YAW         = -90.0f;
const float PITCH       =  0.0f;
const float SPEED       =  (float)deltaTime
const float SENSITIVITY =  0.1f;
const float ZOOM        =  45.0f;
Source by programs.wiki #
 
PREVIOUS NEXT
Tagged: #change #default #camera #speed #values #opengl
ADD COMMENT
Topic
Name
5+5 =