POV-Ray : Newsgroups : povray.programming : Two minor things in the source : Two minor things in the source Server Time
28 Jul 2024 08:32:01 EDT (-0400)
  Two minor things in the source  
From: Christoph Hormann
Date: 9 Aug 2002 10:41:36
Message: <3D53D4A0.5701F879@gmx.de>
parse.h, line 624:

  LAST_TOKEN
#ifdef GLOBAL_PHOTONS
  GLOBAL_TOKEN,
#endif

defining GLOBAL_PHOTONS would lead to an error, it would probably be good
to place LAST_TOKEN after all #if's.

parse.cpp, line 3307 and 3408:

"triangle triangle mesh data"

should probably be:

"temporary triangle mesh data"


Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 03 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.