[Soc-2005-cvs] CVS commit: soc-blender/sketching/include Quat.h sketch_type.h soc-blender/sketching/src Quat.cpp main.cpp sketch_type.cpp

Pablo Diaz-Gutierrez ihaveajob at gmail.com
Sun Aug 21 00:18:52 CEST 2005


pdg (Pablo Diaz-Gutierrez) 2005/08/21 00:18:52 CEST

  Modified files:        (Branch: pdg)
    soc-blender/sketching/include sketch_type.h 
    soc-blender/sketching/src main.cpp sketch_type.cpp 
  Added files:           (Branch: pdg)
    soc-blender/sketching/include Quat.h 
    soc-blender/sketching/src Quat.cpp 
  
  Log:
  Visualization of normals along segments.
  
  Normals interpolated along the segments are now visualized. The values of the normals
  are dummies right now (a copy of the normal at the origin of the segment).
  
  Also, Quat class has been added. It is an implementation of a quaternion for
  interpolation of smooth rotations through SLERP (Spherical Linear intERPolation). To
  know more about quaternions, I found this link useful:
  <http://www.euclideanspace.com/maths/algebra/realNormedAlgebra/quaternions/slerp/>
  
  Revision  Changes    Path
  1.1.2.4   +6 -2      soc-blender/sketching/include/Attic/sketch_type.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/include/Attic/sketch_type.h.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.4   +5 -1      soc-blender/sketching/src/Attic/main.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/main.cpp.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>
  1.1.2.4   +65 -3     soc-blender/sketching/src/Attic/sketch_type.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/soc-blender/sketching/src/Attic/sketch_type.cpp.diff?r1=1.1.2&r2=1.1.2.4&cvsroot=soc-2005&only_with_tag=pdg>


More information about the Soc-2005-cvs mailing list