CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Tessellation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Tessellation - List
[
OpenGL program
]
MFCTess_demo
DL : 0
一个展示 MFC OpenGL 多边形Tessellation 的例子-a polygon display MFC OpenGL example Tessellation
Update
: 2008-10-13
Size
: 187.93kb
Publisher
:
按时地方
[
OpenGL program
]
MFCTess_demo
DL : 0
一个展示 MFC OpenGL 多边形Tessellation 的例子-a polygon display MFC OpenGL example Tessellation
Update
: 2025-02-19
Size
: 188kb
Publisher
:
按时地方
[
OpenGL program
]
tessellation
DL : 1
网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 -Grid [tessellation] that is concave polygon contains holes, the island of multilateral type, or from cross-multilateral-type convex polygon is divided into easy process. OpenGL for fast rendering polygon, can only directly show that a simple convex polygon [arbitrary polygon two points to connect all the points still to this polygon], the multilateral or concave polygon rendering results from the cross will be uncertain. In rendering complex polygons, it is often required complex polygon into simple polygon rendering easier, OpenGL use library provides a function of grid through multilateral type contour line generates simple polygon, thereby rendering the complexity of the polygon.
Update
: 2025-02-19
Size
: 128kb
Publisher
:
rockeyzhu
[
Software Engineering
]
rad8(2)
DL : 0
/* * 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 different winding rule. */-/* * 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 different winding rule. */
Update
: 2025-02-19
Size
: 169kb
Publisher
:
ranju
[
GUI Develop
]
MyCrust100809
DL : 0
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 triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good. The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature. The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud. I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-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 triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good. The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature. The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud. I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.
Update
: 2025-02-19
Size
: 5.76mb
Publisher
:
naz
[
Mathimatics-Numerical algorithms
]
cvt_dense
DL : 0
采用密度函数计算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 would comprise cells of roughly equal area. In this case, a modification was made to the CVT iteration, in an attempt to drive the algorithm towards cells of prescribed sizes. The density function used to generate the sample points was dynamically manipulated, to try to force the CVT to exhibit cells of the desired size.
Update
: 2025-02-19
Size
: 7kb
Publisher
:
刘天弘
[
3D Graphic
]
dx9_point_light
DL : 0
//Name: dx9_point_light.cpp //Author: Kevin Harris // Last Modified: 02/17/05 //Description: This sample demonstrates how to setup point lighting with //Direct3D. The sample also demonstrates how the tessellation // or triangle count of a mesh effects lighting.
Update
: 2025-02-19
Size
: 33kb
Publisher
:
dirx4
[
DSP program
]
DX11
DL : 0
生动介绍DX11的TESTELLATION的原理-TESSELLATION
Update
: 2025-02-19
Size
: 776kb
Publisher
:
CuiZD
[
OpenGL program
]
open_3
DL : 0
以VC和OPENGL为基础,网格化画多边形-tessellation to draw polygon based on VC and opengl
Update
: 2025-02-19
Size
: 392kb
Publisher
:
胡胡
[
Data structs
]
Tessellation
DL : 0
“布算法”和曲面细分算法的实现;模拟一块布覆盖在点云上方形成的细致曲面-An application of fabric algorithm and tessellation, to estimate the curve of a piece of fabric which falls down on a points cloud
Update
: 2025-02-19
Size
: 67kb
Publisher
:
sparrow
[
DirextX
]
DX11TessellatorTutorialwww.xtunt_.com_
DL : 0
DirectX Tessellation shader examples with source code.
Update
: 2025-02-19
Size
: 1.23mb
Publisher
:
mart martin
[
matlab
]
MATLAB
DL : 0
Matlab in voronoi tessellation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
xayle
[
OpenGL program
]
Chapter-1
DL : 0
Focus On 3D Terrain Programming这本书的第一章代码,展示了地形渲染算法中的ROAM算法是如何构网的-The demo shows what a simple tessellation of the ROAM algorithm looks like.
Update
: 2025-02-19
Size
: 586kb
Publisher
:
liushuo
[
matlab
]
CVT_METRIC
DL : 0
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 Tessellation) calculation under a spatially varying metric. d(a,b) = ( a - b ) * A * ( a - b )
Update
: 2025-02-19
Size
: 3kb
Publisher
:
KORHAN KARAARSLAN
[
DirextX
]
DetailTessellation11
DL : 0
Detail tessellation article
Update
: 2025-02-19
Size
: 112kb
Publisher
:
peixe
[
Special Effects
]
subdivide20.tar
DL : 0
曲面细分框架,这个我在网上找到的,比较全面,希望对学习这方面的有帮助-Tessellation framework, this I found online, more comprehensive, hope to learn this
Update
: 2025-02-19
Size
: 1.2mb
Publisher
:
zhanghongxia
[
Other
]
Introduction-of-3D-Game-Programming
DL : 0
This updated bestseller provides an introduction to programming interactive computer graphics, with an emphasis on game development using DirectX 11. The book is divided into three main parts: basic mathematical tools, fundamental tasks in Direct3D, and techniques and special effects. It includes new Direct3D 11 features such as hardware tessellation, the compute shader, dynamic shader linkage and covers advanced rendering techniques such as screen-space ambient occlusion, level-of-detail handling, cascading shadow maps, volume rendering, and character animation. It also includes a companion CD-ROM with code and figures.
Update
: 2025-02-19
Size
: 21.07mb
Publisher
:
林业
[
GDI-Bitmap
]
tessellation
DL : 0
opengl的分割化源代码 opengl的分割化源代码-The segmentation of the source code opengl opengl segmentation of the source code
Update
: 2025-02-19
Size
: 333kb
Publisher
:
angela
[
Software Engineering
]
TerrainTessellation_WhitePaper
DL : 0
A paper to discuss terrain tessellation
Update
: 2025-02-19
Size
: 2.34mb
Publisher
:
ruthping
[
Other
]
cvt
DL : 0
中心插入式算法数据库,用于插值数据计算,在偏微分方程求解中常用到-CVT is a FORTRAN90 library which computes Centroidal Voronoi Tessellation (CVT) datasets.
Update
: 2025-02-19
Size
: 18kb
Publisher
:
顾大志
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.