搜索资源列表
200410610511675180
- XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and
frustum
- 基于opengl实现的三维视锥裁减的一个小示例。由这个示例可以看出视锥体裁减对于提高显示速度的重要性。-on opengl achieve 3D cone reduction of a small sample. From this example can be seen as the cone reduction in the rate of increase shows importance.
XMathLib
- XMathLib是一个通用的3D图形数学库。 其中包含两个部分: XMathLib和XGeomLib。分别处理数学和几何运算。 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算。-XMathLib is a generic 3D graphics math. Which consists of two parts : XMathLib and
FrustumCulling
- 一个完整的裁剪体和摄像机程序,包括裁剪体类Frustum的构造及其判断是非在其内的方法等,还有摄像机的方法更新等,非常实用!-a complete body and camera cutting procedures including cutting Frustum body type and the structure in its judgment of the method, etc. there are ways to update the camera, a very practic
frustum
- 这个工程能够进行凭借胎体的提出,同时他可以方便的摄像机旋转
ROAM-LOD
- ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default
OpenGL最全数学库
- OpenGL的数学库!分别处理数学和几何运算。3D 数学库-矩阵 向量 四元数 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算,详见代码
frustum Engine 游戏引擎
- frustum Engine_v0.2
ChunkLodDemo
- 基于D3D9的ChunkLod地形Demo,C++封装,有比较初级的四叉树场景管理,Frustum裁剪,天空盒和基本摄像机功能.适合DX进阶学习.-Based on D3D9 s ChunkLod terrain Demo, C++, a relatively junior quadtree scene management, Frustum clipping, sky boxes, and basic camera support,it s for DX advanced learning.
xnafrustumculling
- 基于XNA的可见性剔除测试(Frustum View Culling)源代码-Based on the XNA removed visibility test (Frustum View Culling) source code
05.QuadTree+Frustum
- 有关网络游戏地形优化的实例!用四叉树做的(2)。-Optimization of the network game example of the terrain! Using Quadtree do (2).
3DdrawingbyOpengG
- 在Visaul C++中实现OpenGl的三维绘图-In Visaul C++ Achieve OpenGL three-dimensional graphics
frustumculling
- frustum culling helper class for opengl vison volume plane extraction
OpenGlw
- 这是原来编的一个程序,好像不能运行,因为是挂在其他软件上的,但是程序绝对是源程序,自己生成的圆锥圆柱圆台等,然后好像还有redo,undo,缩放平移等-This is a procedure for the original, it seems can not run, because it is linked to other software, but the procedure is the source code, generates its own conical frustum of
FrustumCulling_OGL
- opengl 视锥裁剪算法。对OpENGL加速适时渲染的最基本算法。-OPENGL frustum culling
fsource
- Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components: * Kernel system, with scene manager, camera and simple
openGLtest
- 使用c预言编写的OpenGL的入门程序,实现了线框球体的旋转和移动以及视景体的自动更新-Use c predicted entry written in OpenGL applications that implement the wireframe sphere rotation and movement, as well as automatic updates of view frustum
openGLTriangle
- 用openGL绘制三角形,使用了旋转,平移,缩放,以及视景体的大小调整-Draw a triangle with openGL, using rotation, translation, scaling, and adjusting the size of the view frustum
data_arrange
- 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解停止不前。-Data structures sorting
Frustum
- 视锥体的代码,里面包含了视锥体的书写方法,方便参考理解-The frustum code, which contains a frustum writing, for ease of reference to understand