文件名称:sunflow
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.11mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Sunflow是一个照片级的渲染系统,具备光线跟踪渲染内核,整个工程用Java编写,面向对象的结构,易于扩展。-Sunflow is a rendering system for photo-realistic image synthesis. It is written in Java and built around a flexible ray tracing core and an extensible object-oriented design.
相关搜索: sunfl
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sunflow/build.xml
sunflow/CHANGELOG
sunflow/exporters/blender/sunflow_export.py
sunflow/exporters/maya/main.cpp
sunflow/exporters/maya/readme.txt
sunflow/exporters/maya/SConstruct
sunflow/janino.jar
sunflow/LICENSE
sunflow/README
sunflow/resources/golden_0020.png
sunflow/resources/golden_0040.png
sunflow/resources/golden_0060.png
sunflow/resources/golden_0080.png
sunflow/resources/golden_0100.png
sunflow/resources/golden_0180.png
sunflow/resources/golden_0200.png
sunflow/src/org/sunflow/Benchmark.java
sunflow/src/org/sunflow/core/accel/BoundingIntervalHierarchy.java
sunflow/src/org/sunflow/core/accel/KDTree.java
sunflow/src/org/sunflow/core/accel/NullAccelerator.java
sunflow/src/org/sunflow/core/accel/UniformGrid.java
sunflow/src/org/sunflow/core/AccelerationStructure.java
sunflow/src/org/sunflow/core/AccelerationStructureFactory.java
sunflow/src/org/sunflow/core/bucket/BucketOrderFactory.java
sunflow/src/org/sunflow/core/bucket/ColumnBucketOrder.java
sunflow/src/org/sunflow/core/bucket/DiagonalBucketOrder.java
sunflow/src/org/sunflow/core/bucket/HilbertBucketOrder.java
sunflow/src/org/sunflow/core/bucket/InvertedBucketOrder.java
sunflow/src/org/sunflow/core/bucket/RandomBucketOrder.java
sunflow/src/org/sunflow/core/bucket/RowBucketOrder.java
sunflow/src/org/sunflow/core/bucket/SpiralBucketOrder.java
sunflow/src/org/sunflow/core/BucketOrder.java
sunflow/src/org/sunflow/core/camera/FisheyeLens.java
sunflow/src/org/sunflow/core/camera/PinholeLens.java
sunflow/src/org/sunflow/core/camera/SphericalLens.java
sunflow/src/org/sunflow/core/camera/ThinLens.java
sunflow/src/org/sunflow/core/Camera.java
sunflow/src/org/sunflow/core/CameraLens.java
sunflow/src/org/sunflow/core/CausticPhotonMapInterface.java
sunflow/src/org/sunflow/core/display/FastDisplay.java
sunflow/src/org/sunflow/core/display/FileDisplay.java
sunflow/src/org/sunflow/core/display/FrameDisplay.java
sunflow/src/org/sunflow/core/display/ImgPipeDisplay.java
sunflow/src/org/sunflow/core/display/OpenExrDisplay.java
sunflow/src/org/sunflow/core/Display.java
sunflow/src/org/sunflow/core/filter/BlackmanHarrisFilter.java
sunflow/src/org/sunflow/core/filter/BoxFilter.java
sunflow/src/org/sunflow/core/filter/CatmullRomFilter.java
sunflow/src/org/sunflow/core/filter/FilterFactory.java
sunflow/src/org/sunflow/core/filter/GaussianFilter.java
sunflow/src/org/sunflow/core/filter/LanczosFilter.java
sunflow/src/org/sunflow/core/filter/MitchellFilter.java
sunflow/src/org/sunflow/core/filter/SincFilter.java
sunflow/src/org/sunflow/core/filter/TriangleFilter.java
sunflow/src/org/sunflow/core/Filter.java
sunflow/src/org/sunflow/core/Geometry.java
sunflow/src/org/sunflow/core/gi/AmbientOcclusionGIEngine.java
sunflow/src/org/sunflow/core/gi/FakeGIEngine.java
sunflow/src/org/sunflow/core/gi/GIEngineFactory.java
sunflow/src/org/sunflow/core/gi/InstantGI.java
sunflow/src/org/sunflow/core/gi/IrradianceCacheGIEngine.java
sunflow/src/org/sunflow/core/gi/PathTracingGIEngine.java
sunflow/src/org/sunflow/core/GIEngine.java
sunflow/src/org/sunflow/core/GlobalPhotonMapInterface.java
sunflow/src/org/sunflow/core/ImageSampler.java
sunflow/src/org/sunflow/core/Instance.java
sunflow/src/org/sunflow/core/InstanceList.java
sunflow/src/org/sunflow/core/IntersectionState.java
sunflow/src/org/sunflow/core/light/DirectionalSpotlight.java
sunflow/src/org/sunflow/core/light/ImageBasedLight.java
sunflow/src/org/sunflow/core/light/PointLight.java
sunflow/src/org/sunflow/core/light/SphereLight.java
sunflow/src/org/sunflow/core/light/SunSkyLight.java
sunflow/src/org/sunflow/core/light/TriangleMeshLight.java
sunflow/src/org/sunflow/core/LightSample.java
sunflow/src/org/sunflow/core/LightServer.java
sunflow/src/org/sunflow/core/LightSource.java
sunflow/src/org/sunflow/core/Modifier.java
sunflow/src/org/sunflow/core/modifiers/BumpMappingModifier.java
sunflow/src/org/sunflow/core/modifiers/NormalMapModifier.java
sunflow/src/org/sunflow/core/Options.java
sunflow/src/org/sunflow/core/ParameterList.java
sunflow/src/org/sunflow/core/parser/RA2Parser.java
sunflow/src/org/sunflow/core/parser/RA3Parser.java
sunflow/src/org/sunflow/core/parser/SCParser.java
sunflow/src/org/sunflow/core/parser/ShaveRibParser.java
sunflow/src/org/sunflow/core/parser/TriParser.java
sunflow/src/org/sunflow/core/photonmap/CausticPhotonMap.java
sunflow/src/org/sunflow/core/photonmap/GlobalPhotonMap.java
sunflow/src/org/sunflow/core/photonmap/GridPhotonMap.java
sunflow/src/org/sunflow/core/PhotonStore.java
sunflow/src/org/sunflow/core/primitive/Background.java
sunflow/src/org/sunflow/core/primitive/BanchoffSurface.java
sunflow/src/org/sunflow/core/primitive/Box.java
sunflow/src/org/sunflow/core/primitive/CornellBox.java
sunflow/src/org/sunflow/core/primitive/CubeGrid.java
sunflow/src/org/sunflow/core/primitive/Hair.java
sunflow/src/org/sunflow/core/primitive/JuliaFractal.java
sunflow/src/org/sunflow/core/primitive/ParticleSurface.java
sunflow/src/org/sunflow/core/primitive/Plane.java
sunflow/src/org/sunflow/core/primitive/QuadMesh.java
sunflow/src/org/sunflow/core/primitive/Sphere.java
sunflow/src/org/sunflow/core/primitive/Torus.java
sunflow/src/org/su
sunflow/CHANGELOG
sunflow/exporters/blender/sunflow_export.py
sunflow/exporters/maya/main.cpp
sunflow/exporters/maya/readme.txt
sunflow/exporters/maya/SConstruct
sunflow/janino.jar
sunflow/LICENSE
sunflow/README
sunflow/resources/golden_0020.png
sunflow/resources/golden_0040.png
sunflow/resources/golden_0060.png
sunflow/resources/golden_0080.png
sunflow/resources/golden_0100.png
sunflow/resources/golden_0180.png
sunflow/resources/golden_0200.png
sunflow/src/org/sunflow/Benchmark.java
sunflow/src/org/sunflow/core/accel/BoundingIntervalHierarchy.java
sunflow/src/org/sunflow/core/accel/KDTree.java
sunflow/src/org/sunflow/core/accel/NullAccelerator.java
sunflow/src/org/sunflow/core/accel/UniformGrid.java
sunflow/src/org/sunflow/core/AccelerationStructure.java
sunflow/src/org/sunflow/core/AccelerationStructureFactory.java
sunflow/src/org/sunflow/core/bucket/BucketOrderFactory.java
sunflow/src/org/sunflow/core/bucket/ColumnBucketOrder.java
sunflow/src/org/sunflow/core/bucket/DiagonalBucketOrder.java
sunflow/src/org/sunflow/core/bucket/HilbertBucketOrder.java
sunflow/src/org/sunflow/core/bucket/InvertedBucketOrder.java
sunflow/src/org/sunflow/core/bucket/RandomBucketOrder.java
sunflow/src/org/sunflow/core/bucket/RowBucketOrder.java
sunflow/src/org/sunflow/core/bucket/SpiralBucketOrder.java
sunflow/src/org/sunflow/core/BucketOrder.java
sunflow/src/org/sunflow/core/camera/FisheyeLens.java
sunflow/src/org/sunflow/core/camera/PinholeLens.java
sunflow/src/org/sunflow/core/camera/SphericalLens.java
sunflow/src/org/sunflow/core/camera/ThinLens.java
sunflow/src/org/sunflow/core/Camera.java
sunflow/src/org/sunflow/core/CameraLens.java
sunflow/src/org/sunflow/core/CausticPhotonMapInterface.java
sunflow/src/org/sunflow/core/display/FastDisplay.java
sunflow/src/org/sunflow/core/display/FileDisplay.java
sunflow/src/org/sunflow/core/display/FrameDisplay.java
sunflow/src/org/sunflow/core/display/ImgPipeDisplay.java
sunflow/src/org/sunflow/core/display/OpenExrDisplay.java
sunflow/src/org/sunflow/core/Display.java
sunflow/src/org/sunflow/core/filter/BlackmanHarrisFilter.java
sunflow/src/org/sunflow/core/filter/BoxFilter.java
sunflow/src/org/sunflow/core/filter/CatmullRomFilter.java
sunflow/src/org/sunflow/core/filter/FilterFactory.java
sunflow/src/org/sunflow/core/filter/GaussianFilter.java
sunflow/src/org/sunflow/core/filter/LanczosFilter.java
sunflow/src/org/sunflow/core/filter/MitchellFilter.java
sunflow/src/org/sunflow/core/filter/SincFilter.java
sunflow/src/org/sunflow/core/filter/TriangleFilter.java
sunflow/src/org/sunflow/core/Filter.java
sunflow/src/org/sunflow/core/Geometry.java
sunflow/src/org/sunflow/core/gi/AmbientOcclusionGIEngine.java
sunflow/src/org/sunflow/core/gi/FakeGIEngine.java
sunflow/src/org/sunflow/core/gi/GIEngineFactory.java
sunflow/src/org/sunflow/core/gi/InstantGI.java
sunflow/src/org/sunflow/core/gi/IrradianceCacheGIEngine.java
sunflow/src/org/sunflow/core/gi/PathTracingGIEngine.java
sunflow/src/org/sunflow/core/GIEngine.java
sunflow/src/org/sunflow/core/GlobalPhotonMapInterface.java
sunflow/src/org/sunflow/core/ImageSampler.java
sunflow/src/org/sunflow/core/Instance.java
sunflow/src/org/sunflow/core/InstanceList.java
sunflow/src/org/sunflow/core/IntersectionState.java
sunflow/src/org/sunflow/core/light/DirectionalSpotlight.java
sunflow/src/org/sunflow/core/light/ImageBasedLight.java
sunflow/src/org/sunflow/core/light/PointLight.java
sunflow/src/org/sunflow/core/light/SphereLight.java
sunflow/src/org/sunflow/core/light/SunSkyLight.java
sunflow/src/org/sunflow/core/light/TriangleMeshLight.java
sunflow/src/org/sunflow/core/LightSample.java
sunflow/src/org/sunflow/core/LightServer.java
sunflow/src/org/sunflow/core/LightSource.java
sunflow/src/org/sunflow/core/Modifier.java
sunflow/src/org/sunflow/core/modifiers/BumpMappingModifier.java
sunflow/src/org/sunflow/core/modifiers/NormalMapModifier.java
sunflow/src/org/sunflow/core/Options.java
sunflow/src/org/sunflow/core/ParameterList.java
sunflow/src/org/sunflow/core/parser/RA2Parser.java
sunflow/src/org/sunflow/core/parser/RA3Parser.java
sunflow/src/org/sunflow/core/parser/SCParser.java
sunflow/src/org/sunflow/core/parser/ShaveRibParser.java
sunflow/src/org/sunflow/core/parser/TriParser.java
sunflow/src/org/sunflow/core/photonmap/CausticPhotonMap.java
sunflow/src/org/sunflow/core/photonmap/GlobalPhotonMap.java
sunflow/src/org/sunflow/core/photonmap/GridPhotonMap.java
sunflow/src/org/sunflow/core/PhotonStore.java
sunflow/src/org/sunflow/core/primitive/Background.java
sunflow/src/org/sunflow/core/primitive/BanchoffSurface.java
sunflow/src/org/sunflow/core/primitive/Box.java
sunflow/src/org/sunflow/core/primitive/CornellBox.java
sunflow/src/org/sunflow/core/primitive/CubeGrid.java
sunflow/src/org/sunflow/core/primitive/Hair.java
sunflow/src/org/sunflow/core/primitive/JuliaFractal.java
sunflow/src/org/sunflow/core/primitive/ParticleSurface.java
sunflow/src/org/sunflow/core/primitive/Plane.java
sunflow/src/org/sunflow/core/primitive/QuadMesh.java
sunflow/src/org/sunflow/core/primitive/Sphere.java
sunflow/src/org/sunflow/core/primitive/Torus.java
sunflow/src/org/su
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.