comment cleaning up
This commit is contained in:
parent
5fab3cefd1
commit
3784295ac6
|
@ -20,78 +20,7 @@
|
|||
* for more details. *
|
||||
* *
|
||||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
History
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.24 2008/02/22 17:41:48 ponchio
|
||||
Changed to reflect quaternion toMatrix inversion.
|
||||
|
||||
Revision 1.23 2007/02/06 08:54:07 corsini
|
||||
fix names
|
||||
|
||||
Revision 1.22 2007/02/05 14:17:21 corsini
|
||||
add extrinsic parameters accessors
|
||||
|
||||
Revision 1.21 2006/12/18 16:02:55 matteodelle
|
||||
minor eroor correction on variable names
|
||||
|
||||
Revision 1.20 2006/12/18 09:46:39 callieri
|
||||
camera+shot revamp: changed field names to something with more sense, cleaning of various functions, correction of minor bugs/incongruences, removal of the infamous reference in shot.
|
||||
|
||||
Revision 1.19 2006/01/22 17:01:40 cignoni
|
||||
Corrected intialization of flag, must be zero.
|
||||
|
||||
Revision 1.18 2005/12/12 16:53:43 callieri
|
||||
corrected UnProject, it's necessary also a ZDepth value to perform inverse projection
|
||||
|
||||
Revision 1.17 2005/12/07 10:57:52 callieri
|
||||
added commodity function ProjectWorldtoViewport() to obtain directly pixel indices without calling two separate function of two different objects
|
||||
|
||||
Revision 1.16 2005/12/02 16:14:35 callieri
|
||||
in Shot<S>::Axis changed Row3 to GetRow3 . row3 was the old method name of Matrix44
|
||||
|
||||
Revision 1.15 2005/12/01 01:03:37 cignoni
|
||||
Removed excess ';' from end of template functions, for gcc compiling
|
||||
|
||||
Revision 1.14 2005/11/23 14:18:35 ganovelli
|
||||
added access to similarity (just for symmetry with Camera() )
|
||||
|
||||
Revision 1.13 2005/11/23 11:58:52 ganovelli
|
||||
Empty constructor added, untemplated class Shotf and Shotd added
|
||||
usage: Shotf myShot;
|
||||
corrected member access rights
|
||||
|
||||
Revision 1.12 2005/07/11 13:12:35 cignoni
|
||||
small gcc-related compiling issues (typenames,ending cr, initialization order)
|
||||
|
||||
Revision 1.11 2005/01/22 11:20:20 ponchio
|
||||
<...Point3.h> -> <...point3.h>
|
||||
|
||||
Revision 1.10 2005/01/05 13:26:15 ganovelli
|
||||
corretto cambiamento di sistema di rif.
|
||||
|
||||
Revision 1.9 2004/12/15 18:45:50 tommyfranken
|
||||
*** empty log message ***
|
||||
|
||||
Revision 1.4 2004/10/07 14:41:31 fasano
|
||||
Little fix on ViewPoint() method
|
||||
|
||||
Revision 1.3 2004/10/07 14:24:53 ganovelli
|
||||
added LookAt,LookToward
|
||||
|
||||
Revision 1.2 2004/10/05 19:04:25 ganovelli
|
||||
version 5-10-2004 in progress
|
||||
|
||||
Revision 1.1 2004/09/15 22:58:05 ganovelli
|
||||
re-creation
|
||||
|
||||
Revision 1.2 2004/09/06 21:41:30 ganovelli
|
||||
*** empty log message ***
|
||||
|
||||
Revision 1.1 2004/09/03 13:01:51 ganovelli
|
||||
creation
|
||||
|
||||
****************************************************************************/
|
||||
|
||||
/** class Shot
|
||||
|
||||
|
|
Loading…
Reference in New Issue