-
焦散线法 OpenGL
OpenGL 渲染的水下焦散线法水下环境看起来从以上水环境很不同。想想在游泳池里游泳水下。光线击中水的涟漪的湖面上水下的表面 (如池墙) 创建聚焦效果或"焦散线法"。水下光的相互作用是区分从以上水环境的水下环境是重要的线索。
- 2022-07-10 23:30:13下载
- 积分:1
-
用OpenGL开发的机械臂运动仿真程序
用OpenGL开发的机械臂运动仿真程序,并且实现机械手臂向四个方向的旋转。
- 2023-02-26 01:25:04下载
- 积分:1
-
OpenGL新功能
OpenGL新功能--顶点缓冲区-OpenGL new features-- Vertex Buffer
- 2022-06-20 07:35:55下载
- 积分:1
-
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示...
本程序在Visual C++6.0环境下采用OpenGL编程,实现一个三维图形的旋转显示-This procedure in the Visual C++ 6.0 environment using OpenGL programming, to achieve the rotation of a three-dimensional graphics display
- 2023-08-28 06:55:03下载
- 积分:1
-
一个最基础的OpenGL示例程序,非常适合熟悉VC,但未接触过OpenGL的朋友学习.展示的动画效果明晰....
一个最基础的OpenGL示例程序,非常适合熟悉VC,但未接触过OpenGL的朋友学习.展示的动画效果明晰.-one of the most basic procedures OpenGL examples, very familiar with the appropriate VC, but not come into contact with the OpenGL friends learning. The animation display clarity.
- 2022-03-17 19:29:49下载
- 积分:1
-
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库...
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库-a cad on opengl application of a good example, can learn how to mfc opengl combined with the need for expansion opengl
- 2022-01-24 18:56:39下载
- 积分:1
-
使材质颜色追踪当前颜色 的OPENGL事例
使材质颜色追踪当前颜色 的OPENGL事例-color material to make tracking the current color OpenGL examples
- 2022-03-17 14:12:35下载
- 积分:1
-
opengl源代码,实现了一个立方体各表面的多纹理映射
opengl源代码,实现了一个立方体各表面的多纹理映射-opengl source code, implements a cube the surface of the multi-texture mapping
- 2022-05-24 05:19:19下载
- 积分:1
-
一种著名的斯坦福3D模型,格式为ply格式
一种著名的斯坦福3D模型,格式为ply格式-A well-known Stanford 3D model format ply format
- 2022-02-01 04:13:32下载
- 积分: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