-
虚拟现实技术――vegaPrime1.2中文教程
虚拟现实技术――vegaPrime1.2中文教程-Virtual Reality Technology- vegaPrime1 .2 English Tutorial
- 2022-06-16 22:18:48下载
- 积分:1
-
Java 电子邮件插件的源代码
使用此源代码可以给到抄送和密件抄送的情况下,具有任何人发送邮件。你需要做的就是只需要在配置文件中配置邮件服务器设置。
- 2022-11-20 15:00:03下载
- 积分:1
-
多边形扫描转换算法
多边形扫描转换算法-polygon scan conversion algorithm
- 2022-07-26 02:16:45下载
- 积分:1
-
计算机图形学三维变换
利用计算机图形学中所学的知识,对给出的三维图进行平移、旋转、错切等,这个代码是本人自己编写,能够准确的运行出正确结果,同时该代码也可以运用到二维图形中。
- 2022-02-10 09:06:07下载
- 积分:1
-
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
OpenGL超级宝典(第五版)源代码
重要的事情说三遍
内含适合各种系统的代码
- 2022-02-10 08:38:56下载
- 积分:1
-
nehe opengl 第一课
nehe opengl 第一课-nehe opengl first class
- 2022-08-06 21:31:56下载
- 积分:1
-
vb调用opengl的过程,一个opengl模型绘制的例子,包括一个初始化opengl的模块...
vb调用opengl的过程,一个opengl模型绘制的例子,包括一个初始化opengl的模块-vb called opengl process, a model opengl rendering for example, include a module initialization opengl
- 2022-09-25 07:55:03下载
- 积分:1
-
Opengl+mfc旋转代码
opengl+mfc做的一个简单的魔方DEMO.可供新手学习.demo中实现了通过属性面板来修改模型的世界坐标,然后在属性面板上选择魔方对应的面并让对应面旋转。代码环境是VS2013。
- 2023-04-25 14:50:04下载
- 积分:1
-
This is my Robotics project, the code is implemented on a robot and the robot is...
This my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.-This is my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.
- 2022-01-25 23:37:06下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1