-
OpenGL在vc++中开发的一个实例,入门级别哦
OpenGL在vc++中开发的一个实例,入门级别哦-OpenGL in vc++ Developed an example of entry-level oh
- 2022-05-10 11:34:44下载
- 积分:1
-
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材...
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材-learning portal of the classic guide, specifically on the OpenGL basic knowledge, including the library, the use of color, texture, etc., is a rare material! !
- 2022-05-06 14:49:00下载
- 积分: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实现黑夜中灯光照射草地的小程序
用opengl实现黑夜中灯光照射草地的小程序-Use opengl realize darkness irradiation light small lawn procedures
- 2023-01-13 22:30:04下载
- 积分:1
-
c builder's own example opengl
c++ builder 自带的 opengl example-c builder"s own example opengl
- 2022-09-21 04:00:03下载
- 积分:1
-
OpenGL下三维模型的显示和自由旋转,应用虚拟球的方法,实现3D模型的自由旋转...
OpenGL下三维模型的显示和自由旋转,应用虚拟球的方法,实现3D模型的自由旋转-OpenGL under the three-dimensional model of the display and free rotation, application of the method of the virtual ball, the realization of 3D model of free rotation
- 2022-02-02 08:49:22下载
- 积分:1
-
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcrea...
用Java书写的3D图形渲染程序,不使用Java3D和OpenGL,纯Java实现,采用扫描线深度消隐,和局部光照模型,该程序用作图形学教学。程序使用Jcreator3.5编译(内建工程),当然也可以用其他Java工具编译。需要详细了解的网友可与我联系-written with Java 3D graphics rendering procedures, and not to use OpenGL Java3D, pure Java, scanning depth blanking line, and partial illumination model, the procedures used for graphics teaching. Procedures used Jcreator3.5 compiler (built-engineering), of course, can also be used to build other Java tools. A detailed understanding of the needs of netizens can contact me
- 2022-07-21 20:55:03下载
- 积分:1
-
OpenGL加载obj模型
在Win32 OPENGL环境下采用面向对象的思想,编程实现的导入OBJ文件并显示其模型的代码。提供给学习用途。
- 2022-12-25 18:25:05下载
- 积分:1
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-01-31 15:02:05下载
- 积分:1
-
一个机器人
一个简单的机器手模拟
是自己做的
希望会有用啊 -one single robot
do by myself
which is not pefect
- 2022-01-26 04:30:57下载
- 积分:1