-
Opengl light simulation basic teaching, which is described in detail how to use...
Opengl灯光模拟基础教学,其中详细介绍了如何使用
- 2022-01-28 20:33:53下载
- 积分:1
-
区域生长发
适合初学者学习区域生长发。可以作为研究图形学方向的同学来学习。基于网格分割的区域生长发,前提是读取点云数据,点云数据的显示,以及三角网格化,然后利用区域生长发进行分割。
- 2022-03-11 03:42:24下载
- 积分:1
-
这是一个四叉树简单的实现算法希望能有所帮助
这是一个四叉树简单的实现算法希望能有所帮助 -This is a simple quadtree algorithm hopes to help
- 2022-11-29 11:30:04下载
- 积分:1
-
OpenGl 的使用基础
OpenGl 的使用基础 -- 使用纹理和光照
- 2022-03-18 05:55:32下载
- 积分:1
-
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879-Visual C programming OpenGL chapter "source code 5613879
- 2022-01-21 22:28:01下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1
-
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写...
实现了氢原子电子绕核运动的立体仿真,可随意更换视角,用OPENGL编写-achieve a hydrogen atom electronic nuclear movement around the three-dimensional simulation, free replacement of perspective and using OpenGL prepared
- 2022-04-28 16:16:17下载
- 积分:1
-
STL三维打印
该代码主要是基于Qt平台的,以C++语言编程来写的三维建模和切片软件,读入STL文件进行显示,移动,放大,缩小灯操作的
- 2023-07-18 06:35:04下载
- 积分:1
-
OpenGL, prepared the terrain and sky, roaming when the point of view will change...
OpenGL下编写的地形和天空,漫游的时候,视点会随着地形的起伏而变化。-OpenGL, prepared the terrain and sky, roaming when the point of view will change as the undulating terrain.
- 2022-08-25 14:37:43下载
- 积分:1
-
csc108 Assignment
Raytracing example
implement a basic ray-tracer and render a simple scene using ray casting and local shading. The starter code sets up a scene comprising of an ellipsoid and a plane, being illuminated by a point light source. Your job is to render the scene by implementing code fragments required for object intersections and Phong shading.
- 2022-07-17 14:08:05下载
- 积分:1