搜索资源列表
Roamsteps20020818
- 利用实时最优化自适应网格算法绘制大规模地形,算法经典,绝对可用,注释清楚。-optimize the use of real-time adaptive grid massive terrain mapping algorithm, the algorithm classics, and absolutely available Notes clear.
Strips
- because of the bus width limitation from CPU to GPU, if we want to decrease the transfer time, we d better use triangle strips instead of triangle lists
vp_color_table
- This sample uses geometry representations to create an alternate representation of the esprit model that uses a separate color array and allows the selection of which color array to use at run time. The color tracking is enabled so that our material
MatView45.zip
- 三维表面图形控件是建立在OpenGL基础上的控件,给定zij=f(xi,yj)离散数据,可以绘制三维表面图形。三维图形的表面可以使用不同的颜色、光照、纹理,也可以控制其绕x、y、z轴旋转,还可以通过随时间而改变控件中的数据,制作随时间变化的动态图形。三维表面图形控件包含的文件有:matview45.ocx,gl3d20.dll,CqmImg32.dll,Visdp32.dll。,Three-dimensional surface graphics control is built on the
vp_color_table
- 在VP中,利用OPENGL中的颜色数组实现场景中模型的颜色变换.-This sample uses geometry representations to create an alternate representation of the esprit model that uses a separate color array and allows the selection of which color array to use at run time. The color tracking
osg-callback
- OSG中回调的使用,使三维场景具有交互性。运行时需首先安装OSG。-OSG in the use of callback, so that interactive three-dimensional scene. Need to first install the run-time OSG.
ShaderProject
- 利用C#下XNA平台研究对3D模型实现即时渲染的测试(一)。-The use of C# under the XNA platform to study the 3D model of real-time rendering test (a).
BookCode
- 本书是通往高级程序设计的桥梁,其中并不涉及初学者的内容,完全从实战出发讲述核心理论和程序设计!这就意味着没有把时间浪费在一些基础的概念,如初始化Direct3D或使用Windows的消息处理上,所以你需要预先了解一些关于Direct3D的相关知识。啊哈!不要立马想到放弃,我所谓的基础知识是很基础的内容,如初始化Direct3D,使用材质和纹理,操作顶点缓冲器。如果你己知道这些,那么就肯定已经做好了学习该书的准备。-This book is a bridge leading to high pro
3D-reconstruction
- 。在单幅影像中,首 先将平行线分成分别平行于X 、Y、Z 坐标轴线的“三组”平行线,然后利用间接平差,求得它们的灭点X ∞、Y∞、Z ∞ 进而求取影像的内方位元素x0 、y0 、f 与三个角元素φ、ω、κ。并在假定房屋长度为L 基础上,同时解求影像的摄站 坐标XS 、YS 、ZS 与房屋的宽度W、高度H, 从而实现房屋的三维重建。-. In the single image, were first divided into parallel lines parallel to th
project
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条
QSplat
- QSplat是一个大的几何模型,在实时显示的程序。它最初被设计在数字米开朗基罗项目的过程中,使我们生产的一百万元多边形模型。它的特点: 快速启动和逐步加载 用户可选的帧速率的实时交互显示 细化到高品质的渲染空闲时 点为基础的多分辨率表示与图示呈现,细节层次控制,层次可见性剔除 紧凑的代表 - 6个字节,每个输入点,包括法线,颜色包括9字节 快速预处理 QSplat可用于研究和商业使用,免费,在此网页底部。-QSplat is a program for disp
RobotToy
- 可编程玩具机器人仿真软件,3D显示 功能特点 1、玩具模型文件支持几乎所有的3D模型文件,甚至可以使用开模用的模型文件。对于模型文 件可以可以动态编辑、直接导入,所见即所得。(实例程序单模型文件见media文件夹下 weaponWaste.md2 武器,Waste.md2 人体模型,可以动态修改。) 2、玩具贴纸文件动态编辑。(示例见media文件夹下weaponWaste.jpg 武器,Waste.jpg 人体 模型) 3、机器人动作动态设置,编辑,确保与实体玩具一
19.)-3D-Picking-Pt.-2
- 该模型主要是进行3D模型任一点的拾取功能,常用的方法是使用一屏幕上的包围盒去拾取鼠标的点击物体,而我们使用的是光线投射方法。-This tutorial is the continuation of the first tutorial 3D Picking Part1, where we used a bounding box rendered “behind the scenes” to find an object user has clicked on. Problem of this
MathGraph
- This file contains an implementation for graph, including some useful functions to help to detect articulation points. At the same time, use this file, you can also filter articulation points in graph to obtain weak articulation points. Weak articula