Subversion Repositories gelsvn

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
393 6065 d 2 h jab /branches/wireframe-experiments/ Creating a branch of GEL for certain wireframe experiments  
/branches/wireframe-experiments
324 6649 d 4 h jab /trunk/src/ Some changes. Mostly a nasty precision issue has been fixed with regard
to 4x4 determinants. KDTrees have also been improved.
 
/trunk/src/CGLA/ArithSqMat4x4Float.cpp
/trunk/src/CGLA/Vec2ui.h
/trunk/src/GLGraphics/draw.cpp
/trunk/src/Geometry/BBox.cpp
/trunk/src/Geometry/BoundingINode.h
/trunk/src/Geometry/BoundingLNode.h
/trunk/src/Geometry/BoundingNode.h
/trunk/src/Geometry/BoundingTree.cpp
/trunk/src/Geometry/KDTree.h
/trunk/src/Geometry/Ray.h
206 7030 d 4 h jrf /trunk/src/CGLA/ Added a constructor to Vec3f taking a Vec4f as argument. The last element of the Vec4f is simply thrown away.

Added a Vec2ui. A 2D vector of unsigned integers is useful for specifying dimensions.
 
/trunk/src/CGLA/Vec2ui.h
/trunk/src/CGLA/Vec3f.cpp
/trunk/src/CGLA/Vec3f.h