Author: anthony_pajot
Date: Mon Oct  8 19:11:59 2007
New Revision: 21

URL: http://svn.gna.org/viewcvs/pflex-framework?rev=21&view=rev
Log:
added statistics management and primitives.
finished triangle shape.
moved Ray and Ray_Differential to the raytracing part of the core library.

Added:
    trunk/examples/flexray/base_itfs/primitive_itf.hpp
    trunk/examples/flexray/core_lib/include/raytracing/
    trunk/examples/flexray/core_lib/include/raytracing/intersection.hpp
    trunk/examples/flexray/core_lib/include/raytracing/ray.hpp
    trunk/examples/flexray/core_lib/include/raytracing/ray_differential.hpp
    trunk/examples/flexray/core_lib/include/stats/
    trunk/examples/flexray/core_lib/include/stats/statistics.hpp
    trunk/examples/flexray/core_lib/include/stats/stats_counter.hpp
    trunk/examples/flexray/core_lib/include/stats/stats_elt.hpp
    trunk/examples/flexray/core_lib/include/stats/stats_percentage.hpp
    trunk/examples/flexray/core_lib/src/maths/normal.cpp
    trunk/examples/flexray/core_lib/src/raytracing/
    trunk/examples/flexray/core_lib/src/raytracing/intersection.cpp
    trunk/examples/flexray/core_lib/src/raytracing/ray.cpp
    trunk/examples/flexray/core_lib/src/raytracing/ray_differential.cpp
    trunk/examples/flexray/core_lib/src/stats/
    trunk/examples/flexray/core_lib/src/stats/statistics.cpp
    trunk/examples/flexray/core_lib/src/stats/stats_elt.cpp
    trunk/examples/flexray/primitives/
    trunk/examples/flexray/primitives/geometric_primitive/
    
trunk/examples/flexray/primitives/geometric_primitive/geometric_primitive.cpp
    
trunk/examples/flexray/primitives/geometric_primitive/geometric_primitive.hpp
Removed:
    trunk/examples/flexray/core_lib/include/maths/ray.hpp
    trunk/examples/flexray/core_lib/include/maths/ray_differential.hpp
    trunk/examples/flexray/core_lib/src/maths/ray.cpp
    trunk/examples/flexray/core_lib/src/maths/ray_differential.cpp
Modified:
    trunk/examples/flexray/Makefile
    trunk/examples/flexray/Makefile.Linux
    trunk/examples/flexray/base_itfs/shape_itf.hpp
    trunk/examples/flexray/core_lib/Makefile
    trunk/examples/flexray/core_lib/include/maths/normal.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/src/maths/point.cpp
    trunk/examples/flexray/core_lib/src/maths/transform.cpp
    trunk/examples/flexray/core_lib/src/maths/vector.cpp
    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
[email protected]
https://mail.gna.org/listinfo/pflex-framework-commits

Reply via email to