vcglib/wrap
ganovelli 8acc6a4e2c Removed Similarity from Shot
Problem: Shot was using similarity merely to store
rotation and translation. 
There was an incompatibility in that Similarity::ToMatrix
gives scale*rotation*translation while in Shot
the translation stores the viewpoint and the rotation the orientation of the Shot.

In this version, a small class ReferenceFrame was done to play the role of similarity and MultMatrix and MultSimilarity functions were added to transform the frame by multiplying it for a Matrix44 (or applying a similarity).

NOTE: the file export_ply.ply and import_ply.h must also be updated.

-- only compiled with .net ---
2008-09-26 17:05:49 +00:00
..
bmt Backup (working on it). 2004-04-07 12:46:30 +00:00
dae Corrected texture loading. Now symbolic material binding are respected during the traversal. Still to be cleaned up. 2008-07-20 21:25:09 +00:00
gl -missing template type added in CameraDistance 2008-07-24 12:37:18 +00:00
gui Added by default rotation on middle + alt, (almost a standard on various 3d packages). Kind patch submitted by Sebastian Herholz. 2008-09-22 23:10:00 +00:00
io_edgemesh Added modifications sent in by Julien Couet for better saving of computed slices. 2008-08-07 07:24:52 +00:00
io_tetramesh missing return type 2007-05-08 18:56:04 +00:00
io_trimesh Removed Similarity from Shot 2008-09-26 17:05:49 +00:00
math first release version 2005-05-20 12:47:04 +00:00
minpack first draft of the wrapper for cminpack (see http://devernay.free.fr/hacks/cminpack.html). 2008-06-28 16:14:18 +00:00
mt Untested first draft. 2004-04-01 11:33:41 +00:00
opensg Initial Commit 2007-05-14 10:32:14 +00:00
ply Changed a line in a switch case in the void PlyFile::compile function 2008-06-29 22:32:09 +00:00
qt wrong include 2007-12-11 23:54:15 +00:00
system fixed a bug 2008-08-27 14:04:38 +00:00
callback.h added interruptible callback 2004-07-15 11:00:39 +00:00
utils.h Changed barycenter functor to the new Baricenter(face) style 2006-10-13 13:10:05 +00:00