Author: anthony_pajot
Date: Sun Nov  4 22:11:21 2007
New Revision: 42

URL: http://svn.gna.org/viewcvs/pflex-framework?rev=42&view=rev
Log:
the result of the holidays homework !

Added:
    trunk/examples/flexray/accelerators/kd_tree_accel/
    trunk/examples/flexray/accelerators/kd_tree_accel/Makefile
    trunk/examples/flexray/accelerators/kd_tree_accel/Makefile.Kd_Tree_Incs
    trunk/examples/flexray/accelerators/kd_tree_accel/bound_edge.hpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_node_to_do.hpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_accel.cpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_accel.hpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_node_itf.hpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_sah/
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_sah/Makefile
    
trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_sah/kd_tree_sah.cpp
    
trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_sah/kd_tree_sah.hpp
    
trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_subdiv_heuristic_itf.hpp
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_wald_node/
    trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_wald_node/Makefile
    
trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_wald_node/kd_tree_wald_node.cpp
    
trunk/examples/flexray/accelerators/kd_tree_accel/kd_tree_wald_node/kd_tree_wald_node.hpp
    trunk/examples/flexray/base_itfs/camera_itf.hpp
    trunk/examples/flexray/base_itfs/film_itf.hpp
    trunk/examples/flexray/base_itfs/projective_camera_itf.hpp
    trunk/examples/flexray/base_itfs/shape_itf.cpp
    trunk/examples/flexray/base_itfs/texture_itf.hpp
    trunk/examples/flexray/base_itfs/volume_region_itf.hpp
    trunk/examples/flexray/cameras/
    trunk/examples/flexray/cameras/perspective_camera/
    trunk/examples/flexray/cameras/perspective_camera/Makefile
    trunk/examples/flexray/cameras/perspective_camera/perspective_camera.cpp
    trunk/examples/flexray/cameras/perspective_camera/perspective_camera.hpp
    trunk/examples/flexray/core_lib/include/memory/dynamic_array.hpp
    trunk/examples/flexray/core_lib/include/raytracing/bbox.hpp
    trunk/examples/flexray/core_lib/include/sampling/
    trunk/examples/flexray/core_lib/include/sampling/sample.hpp
    trunk/examples/flexray/core_lib/include/sampling/sampling.hpp
    trunk/examples/flexray/core_lib/src/maths/float.cpp
    trunk/examples/flexray/core_lib/src/raytracing/bbox.cpp
    trunk/examples/flexray/core_lib/src/sampling/
    trunk/examples/flexray/core_lib/src/sampling/sample.cpp
    trunk/examples/flexray/core_lib/src/sampling/sampling.cpp
    trunk/examples/flexray/films/
    trunk/examples/flexray/films/image_film/
    trunk/examples/flexray/films/image_film/image_film.hpp
    trunk/examples/flexray/samplers/
    trunk/examples/flexray/samplers/stratified_sampler/
    trunk/examples/flexray/samplers/stratified_sampler/Makefile
    trunk/examples/flexray/samplers/stratified_sampler/stratified_sampler.cpp
    trunk/examples/flexray/samplers/stratified_sampler/stratified_sampler.hpp
    trunk/examples/flexray/shapes/shape_set/
    trunk/examples/flexray/shapes/shape_set/shape_set.cpp
    trunk/examples/flexray/shapes/shape_set/shape_set.hpp
Removed:
    trunk/examples/flexray/core_lib/include/maths/bbox.hpp
    trunk/examples/flexray/core_lib/src/maths/bbox.cpp
Modified:
    trunk/examples/flexray/Makefile
    trunk/examples/flexray/Makefile.Flexray_Incs
    trunk/examples/flexray/accelerators/grid_accel/grid_accel.cpp
    trunk/examples/flexray/accelerators/grid_accel/grid_accel.hpp
    trunk/examples/flexray/accelerators/grid_accel/grid_voxel.cpp
    trunk/examples/flexray/accelerators/grid_accel/grid_voxel.hpp
    trunk/examples/flexray/base_itfs/aggregate_itf.hpp
    trunk/examples/flexray/base_itfs/area_light_itf.hpp
    trunk/examples/flexray/base_itfs/bxdf_itf.hpp
    trunk/examples/flexray/base_itfs/integrator_itf.hpp
    trunk/examples/flexray/base_itfs/light_itf.hpp
    trunk/examples/flexray/base_itfs/material_itf.hpp
    trunk/examples/flexray/base_itfs/primitive_itf.hpp
    trunk/examples/flexray/base_itfs/sampler_itf.hpp
    trunk/examples/flexray/base_itfs/shape_itf.hpp
    trunk/examples/flexray/base_itfs/surface_integrator_itf.hpp
    trunk/examples/flexray/base_itfs/volume_integrator_itf.hpp
    trunk/examples/flexray/core_lib/Makefile
    trunk/examples/flexray/core_lib/include/maths/differential_geometry.hpp
    trunk/examples/flexray/core_lib/include/maths/float.hpp
    trunk/examples/flexray/core_lib/include/maths/maths.hpp
    trunk/examples/flexray/core_lib/include/maths/point.hpp
    trunk/examples/flexray/core_lib/include/maths/transform.hpp
    trunk/examples/flexray/core_lib/include/maths/vector.hpp
    trunk/examples/flexray/core_lib/include/memory/memory.hpp
    trunk/examples/flexray/core_lib/include/memory/object_arena.hpp
    trunk/examples/flexray/core_lib/include/raytracing/intersection.hpp
    trunk/examples/flexray/core_lib/include/raytracing/mailbox_prim.hpp
    trunk/examples/flexray/core_lib/include/raytracing/ray.hpp
    trunk/examples/flexray/core_lib/include/raytracing/visibility_tester.hpp
    trunk/examples/flexray/core_lib/include/shading/bsdf.hpp
    trunk/examples/flexray/core_lib/include/shading/spectrum.hpp
    trunk/examples/flexray/core_lib/include/stats/stats_counter.hpp
    trunk/examples/flexray/core_lib/random/randomc.h
    trunk/examples/flexray/core_lib/src/maths/differential_geometry.cpp
    trunk/examples/flexray/core_lib/src/memory/memory_arena.cpp
    trunk/examples/flexray/core_lib/src/raytracing/intersection.cpp
    trunk/examples/flexray/core_lib/src/shading/bsdf.cpp
    
trunk/examples/flexray/primitives/geometric_primitive/geometric_primitive.cpp
    
trunk/examples/flexray/primitives/geometric_primitive/geometric_primitive.hpp
    trunk/examples/flexray/primitives/instance_primitive/instance_primitive.cpp
    trunk/examples/flexray/primitives/instance_primitive/instance_primitive.hpp
    trunk/examples/flexray/scene/scene.cpp
    trunk/examples/flexray/scene/scene.hpp
    trunk/examples/flexray/shapes/triangle_mesh/triangle.cpp
    trunk/examples/flexray/shapes/triangle_mesh/triangle.hpp
    trunk/examples/flexray/shapes/triangle_mesh/triangle_mesh.cpp
    trunk/examples/flexray/shapes/triangle_mesh/triangle_mesh.hpp
    trunk/examples/flexray/todo/todo.tex


_______________________________________________
Pflex-framework-commits mailing list
Pflex-framework-commits@gna.org
https://mail.gna.org/listinfo/pflex-framework-commits

Reply via email to