-
Draw a picture which there are a number of small star around a big star.Method:...
绘制一个这样的图案,一个大星周围有一系列的小星,使用方法:原点转移。-Draw a picture which there are a number of small star around a big star.Method: central point transformation
- 2022-02-03 01:09:40下载
- 积分:1
-
opengl 实现三角网的纹理粘帖 开发语言: Java 运行平台: Windows XP...
opengl 实现三角网的纹理粘帖 开发语言: Java 运行平台: Windows XP-opengl achieve triangulation Texture 2005-06 development languages : Java Platform : Windows XP
- 2022-01-31 11:51:53下载
- 积分:1
-
Using Visual c++ Development opengl its way to the development of how to create...
用Visual c++开发opengl其本开发方法一如何创建窗口,初始化绘图设备,如何画图.-Using Visual c++ Development opengl its way to the development of how to create one window, initialize the drawing equipment, how to draw.
- 2022-06-27 16:53:46下载
- 积分:1
-
openglteapot
应用背景1。试验目的通过设计一个简单的机器人动画程序,了解OpenGL变换,几何变换观测方法和矩阵栈的集合。2。试验内容(1)该程序blcu_robot.exe特征的观察与分析,使用变换和几何变换的观测分析。(2)学习文件夹opengl_robot–指程序中的程序。(3)例如7个扩展程序,该程序具有此功能。(4)编写程序文件。3。程序文件实验程序:(1)建立人体模型,包括:躯干、手臂、手、腿、脚。(2)添加blcu_robot.exe功能。通过按住鼠标左键并拖动来移动机器人;通过按住鼠标右键,拖动xoy平面内移动相机实现按住鼠标中间键改变机器人增加了关键的反应控制权的手臂旋转增加了按键的反应,右手臂控制前臂旋转增加了按键的“女”响应控制左脚转身。H.添加键的响应来模拟步行的四肢的平行影响(左手臂和右腿的同步,右手臂和左腿)。关键技术C++,OpenGL动画。动画可以用来理解的旋转的茶壶的工作
- 2023-03-27 22:25:04下载
- 积分:1
-
3D粗糙会动机器人
3D粗糙机器人,包括头部,胳膊,腿#include "stdafx.h"
#include
void reshape(int w,int h);
void init();
void display();
void mytime(int value);
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR lpCmdLine,
int nCm
- 2022-11-10 07:15:04下载
- 积分:1
-
里面有关于opengl的开发,主要是利用opengl进行游戏平台的搭建与开发。...
里面有关于opengl的开发,主要是利用opengl进行游戏平台的搭建与开发。-Inside on opengl development, mainly using opengl gaming platform for the structures and development.
- 2022-03-21 15:42:44下载
- 积分:1
-
OPenGL画图,一个非常简单的如何使openGl
OPenGL画图,一个非常简单的如何使openGl-OpenGL drawing, a very simple how to make opengl
- 2022-04-27 19:19:29下载
- 积分:1
-
在C#中使用CsGL实现OpenGL反锯齿直线效果的一个例子。
在C#中使用CsGL实现OpenGL反锯齿直线效果的一个例子。 -in C# using OpenGL CsGL achieve straight-aliased effects of an example.
- 2023-04-03 03:50:04下载
- 积分:1
-
light
该程序是OpenGL在C的环境在实现了光照的一个例子。-light
- 2022-03-23 19:43:12下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1