搜索资源列表
MyD3DLib
- 一个基于Direct3D的适合初学者的图形库 封装了基本的摄影机,拾取,纹理,静态模型加载,顶点索引缓冲区,测试用平面等。
MeshCut
- 对于一个只有顶点坐标和面片索引的三角形网格,求出一些基本的拓扑信息,如:面片的三条边索引,边的顶点索引,相邻的顶点索引,相邻的三角面片索引等等,一些很有用的三维网格数据的基本处理操作。
jewel1
- 这是一个旋转的立体五角星图案,运用了索引,着色,光照,旋转等方面的技术。对D3D初学者入门有一定的帮助。-This is a rotating three-dimensional five-pointed star pattern, using the index, color, light, rotation and other aspects of technology. Getting Started on the D3D be helpful for beginners.
sl-5.4.13.tar
- 三角形格网的生成,简化源代码。包括索引方法,着色、压缩等功能-Triangle grid generation, to simplify the source code. Including indexing methods, rendering, compression and other functions
index
- DIRECT9.0的索引缓冲区问题,给初学者一个简单的例子作参考-DIRECT9.0 index of the buffer zone issue, to the beginners a simple example for reference
sky
- 一个圆形的天空盒子,不是直接用create出来的,是通过计算顶点和索引做出的,有一定的参考价值-A circle with the sky box, not directly create, they are by calculating the vertex and index made, must have reference value
Geometry
- 索引绑定几何体绘制(Geometry)示例-Index mapping binding geometry (Geometry) sample
ReadBundleOutFile
- 分析读取Bundler输出的.txt,.key文件,对三维点云sift特征建立KD树索引。-Parsing Bundler Output including .txt& .key Files to construct a KD tree Index.
DXbone
- DX骨骼技术详解,包含骨骼动画类的实现,顶点混合,权重,索引混合,多骨骼动画实现-DX bone technology, Xiang Jie, including skeletal animation class implementation, vertex blending, weight, index of hybrid, multi-skeletal animation to achieve
2
- 什么是索引顶点呢?上次我们讲的渲染是直接把所有顶点的数据按顺序放到顶点缓冲中,然后每次取3个点的数据出来渲染成一个三角形,但是大家有没有考虑过,在一个3D模型中一个点可能要同时处于多个三角形面上,如果直接把顶点数据放进缓冲区,那么重复的顶点就会占用多余的内存。 怎么解决这个问题呢? 答案就是我们今天的主题--索引顶点! -ok
3D
- 第一回:开发环境 第二回:3D基本概念 第三回:第一个D3D程序 第四回:渲染顶点 第五回:渲染索引顶点 第六回:摄象机 第七回:灯光 第八回:纹理 第九回:3D模型(.x)-First Round: development environment second time: 3D Third back to the basic concepts: the first forty-back program D3D: r
py-opengl
- 程序采用的算法是,最短距离法,源程序由三个文件组成。 CoordinateTransformation.py模块 主要负责将轮廓线进行处理,从而使他们在一个平面的单位正方形内。 PointPair.py模块 主在负责将接收经过CoordinateTransformation处理后两层轮廓线数据,对他们使用最短距离法从而将每个三角片的三个顶点确定下来,并返回其索引值 Main.py 主要负责调opengl以及组织和显示。 -Program uses the algori
qt-3dconstruct
- qt vtk医学图像二维显示,医学图像三维重建,可滚动条设置切片索引-qt vtk-dimensional medical image display, 3D medical image reconstruction, scroll bar to set slice indices
load_cache-0.0.0
- 读取点云四叉树索引,建立LOD在OSG中显示。-Reading point cloud quadtree indexes, established in OSG LOD display.
TirMesh
- Kdtree 有别于trimesh 中的Kdtree ,可返回邻域内点的索引值; 补充了K邻域搜索功能;-Kdtree different trimesh Kdtree ,with index of neibor pt;and add function of knerborfind
点云Harris3D检测
- 基于PCL的C++源码,用于检测点云Harris3D关键点,参数均在命令行由实验者给出,输出Harris3D点云和检测点在原始点云的索引向量。