搜索资源列表
ray_trace
- VC+opengl实现光线跟踪算法,使用了3ds场景模型-VC opengl achieve ray tracing algorithm, the use of 3ds Scene Model
ray_trace
- 实现光线跟踪算法,opengl实现,在一个小盒子里可以看到反射,透射,折射
glGPGPU
- 使用OpenGL实现的GPU光线跟踪,采用Voxel算法实现-OpenGL implementation using GPU ray tracing, using Voxel algorithm
trace
- 关于光线跟踪算法的一个综述 对初学者十分有用-opengl
RayTraciny
- opengl实现光线跟踪算法,内容包括多光源效果,材料属性对光线跟踪的影响,动态光源。-opengl ray tracing algorithm implementation, including many lighting effects, material property on the effects of ray tracing, dynamic light source.
guang
- 用 opengl 实现的光线跟踪的算法,内部有场景,可选择跟踪深度等-Opengl achieved using ray tracing algorithms, there are scenes such as the option to track the depth of
Ray
- 光线跟踪算法的Opengl实现,效果还不错,可以自己调节观察方向,有兴趣的可以看一下-Opengl ray tracing algorithm implementation, the results were good, you can observe the direction of their regulation, interested can look at
pre_ray_tracing
- 用opengl实现的一个光线跟踪算法,有兴趣的可以参考下,环境为vs2008。-Opengl implementation with a ray tracing algorithm, interested can refer to, the environment vs2008.
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
TheRaytracer
- 光线跟踪算法(opengl),有阴影,有透明,有遮挡,但由于没有使用任何加速算法,生成速度较慢,约为28秒。-Ray tracing algorithm (opengl), with shadow, transparent, cover, but the absence of any acceleration algorithm used to generate slower, about 28 seconds.
mirror
- 用opengl真实绘制场景,利用镜面发射的效果和采用光线跟踪算法实现光照。-True with opengl rendering scenes, the use of mirror effects and launch ray tracing algorithm using illumination.
ray_trace
- 光线跟踪算法,基于opengl,欢迎大家前来下载!-Ray tracing algorithm, based on the OpenGL
raytrace
- opengl光线跟踪算法,场景是两个球体,有透明,阴影反射-opengl raytrace XXXX light
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.)