-
计算机图形学编程实用小程序在TC环境下可运行
计算机图形学编程实用小程序在TC环境下可运行-computer graphics programming practical procedures in small TC environment can run
- 2022-06-27 06:17:26下载
- 积分:1
-
use the OpenGL a robot procedures. The robot can be achieved various moves.
用OpenGL实现的一个机器人程序。
可以实现机器人的各种动作。-use the OpenGL a robot procedures. The robot can be achieved various moves.
- 2022-02-14 17:58:45下载
- 积分:1
-
VC+Opengl 3D 碰撞检测,原理是包围球 againt 场景中的每一个三角形...
VC+Opengl 3D 碰撞检测,原理是包围球 againt 场景中的每一个三角形-VC+Opengl 3D collision test, the theory is using every triangle to simulate scene.
- 2022-04-22 16:00:33下载
- 积分:1
-
Linux下编写OpenGL程序的一些准备工作
Linux下编写OpenGL程序的一些准备工作 - all gone - BlogJava-err
- 2022-08-16 21:35:07下载
- 积分:1
-
一个简单的3D蚂蚁分层模型
自己编写的一个简单的3D蚂蚁分层模型。使用的是C语和OpenGL。可以旋转,移动,以及该蚂蚁模型的触角和腿部有一简单的动作些动作。
- 2022-04-16 04:25:44下载
- 积分:1
-
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。-in Visual C 6.0 environment, the development of the OpenGL pendulum movement of the simulation.
- 2022-01-22 10:45:21下载
- 积分:1
-
将一个3ds房屋模型导入到opengl中,不能视角移动,但是对于导入文件的编写很有借鉴意义
将3ds房屋模型导入vs2010中,代码完整可用。代码中有一个头文件和一个CPP文件CLoad3DS.cpp、CLoad3DS.h,不需要管这个两个文件里面具体复杂的操作是啥,直接当成库就可以了,然后写上头文件和3d模型的定义并进行初始化,最后在绘制函数里面用changeObject 导入之前设置好的参数,再用drawModel函数(在CLoad3DS定义好了的全局函数) 绘制。
- 2023-05-19 06:10:14下载
- 积分:1
-
meteor sphere
// 空间.cpp:定义控制台应用程序的入口点。
- 2022-08-17 07:26:32下载
- 积分:1
-
一个开源的图形库,应用了opengl作核心
一个开源的图形库,应用了opengl作核心-An open-source graphics library, application of opengl for the core
- 2022-03-12 23:16:57下载
- 积分:1
-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1