[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/include butspace.h tuhopuu2/source/blender/makesdna DNA_mesh_types.h tuhopuu2/source/blender/renderconverter/intern convertBlenderScene.c tuhopuu2/source/blender/src buttons_editing.c

Chris Want cwant at ualberta.ca
Thu Jan 29 00:09:22 CET 2004


hos (Chris Want) 2004/01/29 00:09:21 CET

  Modified files:
    tuhopuu2/source/blender/include butspace.h 
    tuhopuu2/source/blender/makesdna DNA_mesh_types.h 
    tuhopuu2/source/blender/renderconverter/intern 
                                                   convertBlenderScene.c 
    tuhopuu2/source/blender/src buttons_editing.c 
  
  Log:
  Added a 'CHROMADEPTH' button to the mesh buttons (near the draw
  faster/slower stuff). This button colors the vertex colors of a
  mesh during rendering based on the nearness of verts to the
  camera. Closest verts are red, and the colors gradually vary through
  orange, yellow, to green for the furthest verts (should probably
  also vary on to blue). This gives a 3d effect when using Chromadepth
  glasses (get the high definition kind, not the standard ones).
  This was done in a bit of a kludgy way so let me know if there are
  any problems.
  
  Here is an example of a rendering of a mesh with the CHROMADEPTH
  option:
  
    http://bebop.cns.ualberta.ca/~cwant/chroma_test.jpg
  
  Revision  Changes    Path
  1.4       +2 -1      tuhopuu2/source/blender/include/butspace.h
  1.7       +2 -1      tuhopuu2/source/blender/makesdna/DNA_mesh_types.h
  1.13      +43 -2     tuhopuu2/source/blender/renderconverter/intern/convertBlenderScene.c
  1.9       +20 -0     tuhopuu2/source/blender/src/buttons_editing.c



More information about the tuhopuu-cvs mailing list