|
|
страница | 3/6 | Дата | 03.01.2022 | Размер | 277.5 Kb. | | #112157 |
| 29264Свързани: 29264, 29264, 29264, 29264, 29264, RKK2019-05 BenjaminFlander TheRightToSecurity, [9781839104633 - Towards Sustainable Welfare States in Europe] Chapter 10 Eco-social mobilization at the supranational level The case of The Right to Energy for All Europeans coalition - 3. Проста програма на OpenGL
- #include
- #include
- #include
- #include
- void myinit(void)
- {
- glShadeModel(GL_SMOOTH);
- glEnable(GL_DEPTH_TEST);
- }
- void CALLBACK myReshape(GLsizei w, GLsizei h)
- { float r= (GLfloat)h/(GLfloat)w;
- glViewport(0, 0, w, h);
- glMatrixMode(GL_PROJECTION); glLoadIdentity();
- if (w <= h)
- glOrtho (0, 2.0, 0, 2.0*r, -10.0, 10.0);
- else
- glOrtho (0, 2.0/r, 0, 2.0, -10.0, 10.0);
- glMatrixMode(GL_MODELVIEW);
- }
Сподели с приятели: |
|
|