搜索资源列表
OpenGL最全数学库
- OpenGL的数学库!分别处理数学和几何运算。3D 数学库-矩阵 向量 四元数 数学部分包含向量、矩阵、四元数的运算。以及其它的运算。 几何部分包含Box Frustum AABB OBB Ray Line Line-Segment Plan Triangle等的运算,详见代码
openGL---RayPicking
- opengl射线拾取原理方法 -opengl ray principle method of picking
raycast.rar
- 基于opengl的光线跟踪程序。是一个学习光线跟踪的例子,Based on the ray tracing procedure opengl. Is an example of ray tracing study
VolRen
- 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
PickDemo02
- 我本人做的一个拾取算法实现的程序,主要是利用鼠标以及摄像机生成的射线进行判断,图像可以用鼠标进行拾取-I do a pickup algorithm procedure, mainly using the mouse and the resulting ray camera to judge, the image can be picked up with the mouse
glGPGPU
- 使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
ray(2)
- Raytracing Algorithm Implementation by C and OpenGL
raycastiing
- 基于Opengl的Ray-casting算法实现-The Ray-casting based on Opengl algorithm
3DComputerGraphicsAMathematicalIntroductionWithOpe
- 本书是关于计算机图形学利用OPENGL进行绘图的原版英文书籍,本书详细介绍了OpenGL相关数学知识,读者通过对本书的阅读可以更清楚地知道怎样运用各类OPENGL函数,对更进一步地学习opengl有很好的理论指导。读者可以在书的preface里面找到下载该书籍相关源代码的网站地址。第一章是介绍,第二章是视图和转换(包括二维和三维)的数学基(Transformations and Viewing),第三章是光照和着色的数学基础(Lighting, Illumination, and Shading
Raytracing
- 有关光线跟踪的实现,实现了反射,折射,阴影等几个较为简单的效果,附有实验报告-Ray Tracing on the realization of a reflection, refraction, shadows and other effects of a few relatively simple, with the experimental report
VolumeRenderCartesian
- 光线投射体绘制源码,用opengl实现,生成的是一个头模型-Ray Casting Volume Rendering source, opengl implementation used to generate a first model
RayTraciny
- opengl实现光线跟踪算法,内容包括多光源效果,材料属性对光线跟踪的影响,动态光源。-opengl ray tracing algorithm implementation, including many lighting effects, material property on the effects of ray tracing, dynamic light source.
OpenGL.RayTrace
- 本程序按照展示影响光照效果因素的思想进行设计,按照OpenGL中光线跟踪步骤实现,主要做了静态多光源,材料属性对光照效果的影响,动态光源三个方面展示的工作。-This procedure results in accordance with the display light of factors influence the design of the idea, according to Ray-tracing the steps of OpenGL to achieve, mainly to
guang
- 用 opengl 实现的光线跟踪的算法,内部有场景,可选择跟踪深度等-Opengl achieved using ray tracing algorithms, there are scenes such as the option to track the depth of
VModel-Samples
- opengl光线跟踪,很实用。 opengl光线跟踪,很实用。-opengl ray tracing, very practical. opengl ray tracing, very practical.
OPhone3DPickSource
- 射线拾取原理与源代码,opengl 相关。-Ray picked up principle and the source code, opengl-related.
Ray
- 光线跟踪算法的Opengl实现,效果还不错,可以自己调节观察方向,有兴趣的可以看一下-Opengl ray tracing algorithm implementation, the results were good, you can observe the direction of their regulation, interested can look at
RayTrace
- 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
RayTracingDemoCodeAndImages
- 一个光线跟踪的程序,用来学习光线跟踪算法的原理和实现-Ray tracing program
MARK_Raytracing
- ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat