搜索资源列表
OpenGL_vckbase20.zip
- OpenGL 是一个三维图形渲染的软件接口,并且得到了硬件加速的支持,用户可以方便地利用 OpenGL,创建出接近光线跟踪的高质量静止或动画的三维彩色图像.本代码的在VC环境下用openGL编制三维绘图简例,让读者快速入门-is an OpenGL 3D graphics rendering software interface, and a hardware-accelerated support, users can easily use OpenGL, creating close tra
OpenGL_vckbase20在VC中实现OpenGL三维绘图
- OpenGL 是一个三维图形渲染的软件接口,并且得到了硬件加速的支持,用户可以方便地利用 OpenGL,创建出接近光线跟踪的高质量静止或动画的三维彩色图像.本代码的在VC环境下用openGL编制三维绘图简例,让读者快速入门-is an OpenGL 3D graphics rendering software interface, and a hardware-accelerated support, users can easily use OpenGL, creating close tra
RayTrace1.1
- 这个是在结合opengl中写的一个光线跟踪的程序,可以自己改变观察的视点位置,然后进行渲染图片,我花了很久才写完的 哦
RayTracer
- 是一个读取3DS的例子,模型文件在model文件夹里,先用opengl显示,然后点击菜单的按钮,便可以进行光线跟踪
ray_trace
- 实现光线跟踪算法,opengl实现,在一个小盒子里可以看到反射,透射,折射
realtimeraytrace
- 这是实时光线跟踪的演示,没有使用openGL、directx3d等三维引擎,真实感特别强烈。
用OPENGL实现光线跟踪
- 用从静态多光源,动态光源和材料属性对光照效果的影响三个方面讲述如何用OPENGL实现光线跟踪
glGPGPU
- 使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
Raytracing
- 有关光线跟踪的实现,实现了反射,折射,阴影等几个较为简单的效果,附有实验报告-Ray Tracing on the realization of a reflection, refraction, shadows and other effects of a few relatively simple, with the experimental report
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
traceq
- 本代码是基于openGL,仅供参考,实现的功能是光线跟踪!-The code is based on openGL, only to realize the function of the ray tracing!
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.
RayTrace
- 光线跟踪程序,即由光源发出的光到达景物表面后,产生反射和折射。光就改变方向,沿着反射方向和折射方向继续前进,直到遇到新的景物。光经场景景物间的多次反射、折射后投射到离视点最近的景物表面,最终进入人眼。由于实际光线跟踪算法的跟踪方向与光传播的方向是相反的,所以我们可以由视点向屏幕象素发出一根射线,与第一个景物相交后,在其反射与折射方向上分别进行跟踪,继续与第二个景物相交……重复上述过程,直到被跟踪的光线射出画面或跟踪深度达到某个设定的最大递归深度时,停止跟踪。-Ray tracing progra
RayTracingDemoCodeAndImages
- 一个光线跟踪的程序,用来学习光线跟踪算法的原理和实现-Ray tracing program
OpenGL
- 基于OpenGL的光线跟踪技术,能有效的和用户进行互动-OpenGL-based ray tracing technology, and users can interact effectively
OpenGL实现的光线跟踪算法
- windows系统下使用vc6.0结合OpenGL实现的光线跟踪算法。程序比较简单,单一场景。
TestRayTracing
- 简单的光线跟踪算法测试,底层基于OpenGL实现(A simple ray-tracing demo)
光线跟踪 Ray_Trace
- 简单的光线跟踪算法,亲测VC++6.0可以用,需自行配置opengl环境。(Simple ray tracing algorithm, pro VC++6.0 can be used, the need to configure the OpenGL environment.)