Subversion Repositories gelsvn

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
432 5913 d 11 h jab /trunk/src/GLGraphics/ Allows drawing of Indexed face sets  
396 6064 d 6 h jab /trunk/src/GLGraphics/ I have added the SinglePassWireFrameRenderer which is a
fast path for triangle meshes.
I have addedd the IDBufferWireframeRenderer which is
less fast but should handle anything.
draw has grown some functions for wireframe drawing,
but you will need to use IDBufferWireframeRenderer directly,
it keeps a lot of state and it is difficult to make a
convenience function.
 
373 6106 d 8 h jrf /trunk/ eliminating errors and warnings in VS 2005 compile  
372 6106 d 12 h jab /trunk/ Minor changes to draw and the Xcode project  
368 6108 d 6 h jrf /trunk/ Bruteforce wireframe rendering introduced in draw framework and OBJViewer. Texture toggle on/off introduced in OBJViewer.  
362 6248 d 22 h jab /trunk/src/ Some added documentation and also I added the tesselation routine  
339 6471 d 11 h jab /trunk/src/GLGraphics/ Added ply view to OBJViewer  
331 6613 d 9 h jab /trunk/src/ Added a draw function for HMesh  
324 6649 d 10 h jab /trunk/src/ Some changes. Mostly a nasty precision issue has been fixed with regard
to 4x4 determinants. KDTrees have also been improved.
 
321 6657 d 0 h jab /trunk/ No log message.  
299 6736 d 9 h jrf /trunk/ The SPD branch has been merged with the main branch.
This means that Bounding Box Hierarchies, BSP Trees, and two new applications have been added.
 
178 7108 d 6 h bj /trunk/ merged restructuring branch  
167 7122 d 5 h jab /branches/restructuring/src/GLGraphics/ Added draw functions