POV-Ray : Newsgroups : povray.binaries.scene-files : "povmap.gif" problem. : Re: "povmap.gif" problem. Server Time
1 Sep 2024 20:22:00 EDT (-0400)
  Re: "povmap.gif" problem.  
From: Marvin T
Date: 4 May 2004 12:42:44
Message: <4097c804@news.povray.org>
CFM wrote:
> 
> Thanks. Unfortunately, I don't know how to use comment tags properly to
> comment out stuff. I rendered with an error saying, "No */ closing comment
> found." The error was found at the BACKGROUND command. Could you check
> below to see what I did wrong?

In addition, and especially if you are trying to "comment" a section 
that has embedded /*-*/ comments, you can also "if" them out:

#if (0)
    #include "something.inc"	// blah, blah
    /* some text */
    object { MyObj scale <5,2,3> translate <50,1,3.25>
#end


Post a reply to this message

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