-
香椿阴影算法的C++实现经典的绘制,程序采用C++的…
经典渲染算法toon shading的C++实现,程序采用C++和OpenGL实现-Classic rendering of toon shading algorithm C++ Achieve, procedures using C++ And OpenGL to achieve
- 2022-05-12 21:22:11下载
- 积分:1
-
glsl实现点精灵
用opengl库和glsl语言实现点精灵,包括点着色器、几何着色器和片段着色器,代码完整可运行,简单易懂,配有注释易于理解,对学习点精灵很有用。希望有所帮助
- 2022-01-26 06:56:45下载
- 积分: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
-
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。...
用OpenGL制作的三维动画,很好看的,很逼真,可以让你更好的了解OpenGL。-OpenGL produced using three-dimensional animation, very good looking, very realistic, can let you a better understanding of OpenGL.
- 2022-02-14 15:52:14下载
- 积分:1
-
OpenGL用户界面演示
OpenGL用户界面演示-OpenGL user interface demo
- 2022-02-28 18:02:46下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use linked list of C++
#include
#include
#include
#include
#include "point.h"
/*draw line from the line array*/
void drawPointLine()
{
Node * temp;
for (int i=0;inext!=NULL)
{
temp=temp->next;
glVertex2i(temp->x,temp->y);
}
glEnd();
}
}
/*find the point and delete the point from the line array*/
void delpointFun(int xx,int yy)
{
for (int i=0;inext!=NULL)
{&n
- 2022-01-31 23:45:53下载
- 积分:1
-
opengl of incomplete technical terrain shows the source code.
opengl中的lod技术地形显示源代码。-opengl of incomplete technical terrain shows the source code.
- 2023-04-23 04:40:03下载
- 积分:1
-
简易七彩喷泉,按tab键能重新喷发,可以通过上下左右键调整加速度...
简易七彩喷泉,按tab键能重新喷发,可以通过上下左右键调整加速度-simple clorful fountain
- 2022-09-09 18:35:03下载
- 积分:1
-
opengl animation and achieve small ball into small effects
opengl动画效果,实现小球由大变小特效-opengl animation and achieve small ball into small effects
- 2022-08-21 12:13:29下载
- 积分:1
-
显示导弹的OpenGL代码
OPenGL code for displaying missile
- 2023-03-26 17:45:03下载
- 积分:1