搜索资源列表
Drawcude
- 本实例演示的是如何动态地绘制一个正方体图案。
Drawcude
- 本实例演示的是如何动态地绘制一个正方体图案。-This example demonstrated how to dynamically draw a cube pattern.
OpenGL
- 绘制了一个四面体、一个正方体、一个六边形图形,配有不同的颜色,让图形旋转-Drawing of a tetrahedron, a cube, a hexagon graph with different colors, so that rotating graphics! ! !
Gr3d1m
- 绘制一个边框的正方体,获取鼠标事件根据鼠标的位置旋转方体。-Drawing a border of the cube, the mouse events to obtain the location of the mouse in accordance with rotating cube.
Animation
- 基于vc/mfc,opengl绘制一个旋转的三维正方体-Based on vc/mfc opengl to draw a rotating 3D cube
bo_929
- d3d下的用六种颜色来绘制的正方体,是一个非常实用例程-d3d under the six colors to draw the cube, is a very useful routine
MouseAndLight
- C++写的OpenGL源代码,绘制饿一个正方体,每一个面都贴上图片,完成鼠标控制物体并且加光照-OpenGL source code C++ write, draw hungry a cube, every surface paste pictures, complete mouse control objects and add lighting
code1
- 通过使用DirextX编程绘制一个简单的正方体 并让他旋转 -Draw a simple cube and let him rotate
Example1
- 绘制一个正方体,通过上下左右键控制其上下左右移动,通过x和y键控制其绕x轴和y轴旋转。-Draw a cube, controlled by the arrow keys to move up and down, by the x and y keys to control its rotation around the x-axis and y-axis.
Example2
- 绘制一个不同面显示不同颜色的正方体,该正方体沿x轴倾斜45度,在绕y轴不断旋转。-Draw a different plane to display a different color cube, the cube along the x-axis is inclined by 45 degrees, in constant rotation about the y-axis.
Test06
- 绘制了一个正方体,可以旋转,采用透视投影,带贴图。-Draw a cube, you can rotate, using perspective projection with maps.
zhengfangti
- 利用VC++绘制一个正方体并且键盘控制旋转和纹理贴图。-Draw a cube using the VC++ and keyboard control rotation and texture.
Gr3d1m
- 绘制一个边框的正方体,获取鼠标事件根据鼠标的位置旋转方体-draw a fr a me
zhengfangti
- 在VC6.0上用OpenGL实现在窗口里绘制一个正方体,正方体的每个面的颜色都不相同,在一个特殊的角度观察正方体。-In VC6.0 draw a cube using OpenGL implementation in the window, the color of each cube face are not the same, the angle of observation in a special cube.
UglyCube
- 用java3D绘制一个可以用鼠标旋转的正方体。用于三维建模-You can use the mouse to draw a rotating cube with java3D. For 3D modeling
纹理贴图
- d3d 绘制一个正方体并且六个面贴上不同的纹理,并且绕x,y,z旋转(D3D draw a cube and six different surface texture, and around x, y, Z rotation)
JAVA
- 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCu