搜索资源列表
newRayTracer
- 光线追踪算法 图形界面 有点慢 但效果不错 大家看看 能不能在改善-ray tracing algorithm graphical interface a bit slow but good results we can look at the improvement
rtmappingapp
- 三维纹理映射源代码,实现圆球形的几何目标的纹理映射,采用光线追踪算法
WinOSI
- 一个德国人写的使用光线追踪算法的渲染器,效果很好.
RayTracing
- 经典的光线追踪算法实现的源代码,渲染效果很不错
(Ray_Tracing)
- 可视化中的光线追踪算法源代码示例, 其中包含的专业词有OpenGL,光照模型,真实感绘制,光线追踪-Ray Tracing Code
POV
- c#写的一个光线追踪的程序,实现了光线追踪算法-a ray-tracing program using c#.net
RayCasting
- 2. 程序都是用RayCasting算法绘制一个球体,体数据在运行时产生,球体以(64,64,64)为球心,64为半径,包围盒即为此球体的外切立方体,投影平面为Z=128,大小为400*400,恰为包围盒的其中一个面所在的平面,光线追踪扫描时,是按照从前向后的顺序;源码1_平行光照射下的RayCasting算法实现”中的源码如名所示,是在平行光的追踪下,球体在二维平面上颜色和透明度的成像-Raycasting
zt7278
- 课程作业写的光线追踪算法 包含说明文档C++代码编写场景文件包含 球体 三角形 平面 光源 材料质 镜面 漫反射-Course work includes written documentation ray tracing algorithm C++ code written scene file contains the source material quality ball triangle plane mirror reflectance
MARK_Raytracing
- ray-tracing光线跟踪算法的实现。包括了光线求交、追踪,物体材质、色彩的设置,球面和墙面的镜面反射效果。场景包括地板,三个镜面反射的球体,一个漫反射球体和一面镜面反射的墙壁。工程运行于VS2008环境,需要OpenGL支持。Release目下exe文件可以直接双击运行查看结果(需要glut32.dll动态链接库的支持)。-ray-tracing ray tracing algorithm. Includes light intersection, tracking, object mat
raytracing
- 计算机图像学,经典算法:光线追踪。讲解详细含源代码-Computer iconography, classic algorithms: ray tracing. To explain in detail including source code
Raytracer
- 光线追踪源程序,帮助了解光线追踪的基础知识,学习相关算法。-The raytracing source to help understand the basics of ray tracing, learning algorithm.
raytrace
- 图形学大作业,通过实现光线追踪算法实现了反射折射纹理软阴影等,代码可扩展-Graphics great job, ray tracing algorithm by implementing a reflection refraction texture soft shadows, the code can be extended
Raytracing
- 光线追踪算法的C++实现,在VS2013上编译通过,用光线追踪算法实现全局光照模型,包括反射。-C++ ray tracing algorithm implemented in the VS2013 compiler, using ray tracing algorithm global illumination models, including reflections.
a3
- 在mac_os下用光线追踪算法显示图像,可以增加光源,包括反射、阴影、折射-In mac_os display images using ray tracing algorithm can increase the light source, including reflections, shadows, refraction
SphereTest
- OpenGL实现的光线追踪算法,效果一般般,处理时间有些长,可供学习-OpenGL implementation of ray tracing algorithms, the effect of a general, processing time and some long, available for study
RayTracing
- 图像中的体绘制光线追踪算法,非图形学上的光线追踪,C++实现 ,可供学习参考-Image volume rendering algorithm for ray tracing lighting, non-graphics on the track, C++ achieve, for study and reference
win32-ray-tracing-demo
- 光线追踪算法的实现,包含简单的图形界面。-Ray tracing algorithm, including simple graphical interface.
realistic-ray-tracing
- 光线追踪算法源代码,用于渲染光线图片,内部包括包围盒算法,光线跟踪器,镜面反射,阴影以及栅格原理-realist ray tracing
TDCVKG
- 一个德国人写的使用光线追踪算法的渲染器,效果很好()
Fundamentals+of+Computer+Graphics
- 计算机图形学基础书,第3版,有光线追踪算法。(fundamentals of computer graphics)