-
OpenGL四的基本开发方法,如何实现彩色旋转多边形,…
OPENGL基本开发方法之四,如何实现旋转的彩色多边形,如何实现场景的基本平衡移和旋转-OPENGL four basic development methodology, how to achieve color rotary polygon, how to achieve a basic balance between scenes shift and rotation
- 2023-06-23 23:25:04下载
- 积分:1
-
ejemplos de jogl en java, sistema solar
ejemplos de jogl en java, sistema solar
- 2023-07-12 23:30:02下载
- 积分:1
-
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义
一个opengl框架,对于OPENGL初学者而言有很大的借鉴意义-a framework for beginners OpenGL terms of reference have great significance
- 2022-05-25 14:18:15下载
- 积分:1
-
关于图形学大作业的字符(FONT)
关于图形学大作业的字符(FONT)-big on graphics operations of the characters (font)
- 2022-02-25 05:09:26下载
- 积分:1
-
OpenGL
基于VC+OPENGL,关于cassini椭圆函数的等值线生成,涉及等值线插值问题.-OpenGL-based VC, cassini elliptic function of the contour generation, isogram involving interpolation.
- 2023-06-07 07:30:03下载
- 积分:1
-
Opengl中实现给不同物体添加光照实现不同的光照效果
Opengl中实现给不同物体添加光照实现不同的光照效果
- 2022-08-22 21:35:59下载
- 积分:1
-
Realize the use of dynamic light map shader effect, very cool!
使用shader实现动态光照图的效果,非常酷!-Realize the use of dynamic light map shader effect, very cool!
- 2022-03-05 23:50:12下载
- 积分:1
-
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转...
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转-billboard with a painting technique flame can roam the scene, she then turn around
- 2022-03-25 09:43:03下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
OpenGL Programming and Advanced Visualization System (Advanced Programming Part...
OpenGL高级编程与可视化系统开发(高级编程篇)-15-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-15
- 2022-01-31 07:50:36下载
- 积分:1