E D R , A S I H C RSS

Full text search for "GLfloat"

GLfloat


Search BackLinks only
Display context of search results
Case-sensitive searching
  • OpenGL스터디_실습 코드 . . . . 31 matches
         GLfloat x1 = 0.0f;
         GLfloat y1 = 0.0f;
         GLfloat rsize = 25;
         GLfloat xstep = 1.0f;
         GLfloat ystep = 1.0f;
         GLfloat windowWidth;
         GLfloat windowHeight;
          GLfloat aspectRatio;
          aspectRatio = (GLfloat)w/(GLfloat)h;
         static GLfloat xRot = 0.0f;
         static GLfloat yRot = 0.0f;
          GLfloat x,y,z,angle;
          GLfloat sizes[2];
          GLfloat step;
          GLfloat curSize;
          GLfloat nRange = 100.0f;
         static GLfloat xRot = 0.0f;
         static GLfloat yRot = 0.0f;
          GLfloat nRange = 100.0f;
         GLfloat x = 0.0f;
  • SolarSystem/상협 . . . . 24 matches
         GLfloat xrot=0.0f;
         GLfloat yrot=0.0f;
         GLfloat o1_rot = 0.0f;
         GLfloat o2_rot1 = 0.0f;
         GLfloat o2_rot2 = 0.0f; //수성
         GLfloat o3_rot = 0.0f; //금성
         GLfloat o4_rot = 0.0f;//지구
         GLfloat o5_rot = 0.0f;//화성
         GLfloat o6_rot = 0.0f;//목성
         GLfloat o7_rot = 0.0f;//토성
         GLfloat o8_rot = 0.0f;//천왕성
         GLfloat o9_rot = 0.0f;//해왕성
         GLfloat o10_rot = 0.0f;//명왕성
         GLfloat distance1 = 2.0f;//수성
         GLfloat distance2 = 3.2f;//금성
         GLfloat distance3 = 4.2f;//지구
         GLfloat distance4 = 5.2f;//화성
         GLfloat distance5 = 6.2f;//목성
         GLfloat distance6 = 7.2f;//토성
         GLfloat distance7 = 8.2f;//천왕성
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 6 matches
         GLfloat whiteLight[] = { 0.2f, 0.2f, 0.2f, 1.0f };
         GLfloat sourceLight[] = { 0.8f, 0.8f, 0.8f, 1.0f };
         GLfloat lightPos[] = { 0.0f, 0.0f, 0.0f, 1.0f };
          GLfloat fAspect = (GLfloat)w/(GLfloat)h;
  • OpenGL스터디 . . . . 4 matches
         || GLfloat, GLclampf || 32비트 실수 || float || f ||
          * glColor3f(GLfloat a, GLfloat b, GLfloat c); ---->이와 같은 함수를 분석해보면, gl이라는 라이브러리에 Color라는 명령을 담당하는 float인자가 3개있는 함수이다.라고 해석할 수 있다.
Found 4 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.4469 sec