搜索资源列表
MFCTess_demo
- 一个展示 MFC OpenGL 多边形Tessellation 的例子-a polygon display MFC OpenGL example Tessellation
tessellation.rar
- 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 ,Grid [tessellation] that is conca
rad8(2)
- /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation property. Four tessellated objects are drawn, * each with very different contours. When the w key is pressed, * the objects are drawn with a differe
MyCrust100809
- BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation. Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triang
cvt_dense
- 采用密度函数计算CVT胞的尺寸。通常情况下,任意给定的初始数据,并不断密度,无级变速器将包括面积大致相等的细胞。-CVT_DENSE was an effort to compute a centroidal Voronoi tessellation (CVT) in which there were cells of specified size. Normally, given arbitrary initial data and a constant density, the CVT wo
dx9_point_light
- //Name: dx9_point_light.cpp //Author: Kevin Harris // Last Modified: 02/17/05 //Descr iption: This sample demonstrates how to setup point lighting with //Direct3D. The sample also demonstrates how the tessellation // or triangle count of
DX11
- 生动介绍DX11的TESTELLATION的原理-TESSELLATION
open_3
- 以VC和OPENGL为基础,网格化画多边形-tessellation to draw polygon based on VC and opengl
Tessellation
- “布算法”和曲面细分算法的实现;模拟一块布覆盖在点云上方形成的细致曲面-An application of fabric algorithm and tessellation, to estimate the curve of a piece of fabric which falls down on a points cloud
DX11TessellatorTutorialwww.xtunt_.com_
- DirectX Tessellation shader examples with source code.
MATLAB
- Matlab in voronoi tessellation
Chapter-1
- Focus On 3D Terrain Programming这本书的第一章代码,展示了地形渲染算法中的ROAM算法是如何构网的-The demo shows what a simple tessellation of the ROAM algorithm looks like.
CVT_METRIC
- CVT_METRIC is a MATLAB program which computes a CVT (Centroidal Voronoi Tessellation) calculation under a spatially varying metric. d(a,b) = ( a - b ) * A * ( a - b )-CVT_METRIC is a MATLAB program which computes a CVT (Centroidal Voronoi Tessella
DetailTessellation11
- Detail tessellation article
subdivide20.tar
- 曲面细分框架,这个我在网上找到的,比较全面,希望对学习这方面的有帮助-Tessellation framework, this I found online, more comprehensive, hope to learn this
tessellation
- opengl的分割化源代码 opengl的分割化源代码-The segmentation of the source code opengl opengl segmentation of the source code
Voronoi tessellation
- Define a computation that calculates the Voronoi tessellation of the atoms in the simulation box. The tessellation is calculated using all atoms in the simulation, but non-zero values are only stored for atoms in the group.
TerrainTessellation_WhitePaper
- A paper to discuss terrain tessellation
cvt
- 中心插入式算法数据库,用于插值数据计算,在偏微分方程求解中常用到-CVT is a FORTRAN90 library which computes Centroidal Voronoi Tessellation (CVT) datasets.
android_InstancedTessellation_demo
- nvidia公司的一个在移动平台上展示实例对象自动加面减面效果的demo。特别适合初级开发者学习-nvidia company Instanced Tessellation effect demo for android