<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=Reference%3AComments</id>
	<title>Reference:Comments - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.povray.org/content?action=history&amp;feed=atom&amp;title=Reference%3AComments"/>
	<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Comments&amp;action=history"/>
	<updated>2026-04-06T20:10:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Comments&amp;diff=6806&amp;oldid=prev</id>
		<title>Jholsenback: 1 revision: Reference Migration Initial Load</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Comments&amp;diff=6806&amp;oldid=prev"/>
		<updated>2012-03-15T19:05:17Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Reference Migration Initial Load&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:05, 15 March 2012&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Jholsenback</name></author>
	</entry>
	<entry>
		<id>https://wiki.povray.org/content?title=Reference:Comments&amp;diff=6805&amp;oldid=prev</id>
		<title>Jholsenback: 1 revision: Initial Load (TF)</title>
		<link rel="alternate" type="text/html" href="https://wiki.povray.org/content?title=Reference:Comments&amp;diff=6805&amp;oldid=prev"/>
		<updated>2012-03-11T22:12:16Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Initial Load (TF)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#indexentry:comment}}&lt;br /&gt;
&amp;lt;p&amp;gt;Comments are text in the scene file included to make the scene file easier&lt;br /&gt;
to read or understand. They are ignored by the ray-tracer and are there for&lt;br /&gt;
your information. There are two types of comments in POV-Ray.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Two slashes are used for single line comments. Anything on a line after a&lt;br /&gt;
double slash (&amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt;) is ignored by the ray-tracer. For example:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// This line is ignored&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;You can have scene file information on the line in front of the comment as&lt;br /&gt;
in:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
object { FooBar } // this is an object&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;The other type of comment is used for multiple lines. It starts with&lt;br /&gt;
&amp;amp;quot;&amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt;&amp;amp;quot; and ends with &amp;amp;quot;&amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt;&amp;amp;quot;.&lt;br /&gt;
Everything in-between is ignored. For example:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* These lines&lt;br /&gt;
are ignored&lt;br /&gt;
by the&lt;br /&gt;
ray-tracer */&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;This can be useful if you want to temporarily remove elements from a scene&lt;br /&gt;
file. &amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt; ... &amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt; comments can &amp;lt;em&amp;gt;comment out&amp;lt;/em&amp;gt;&lt;br /&gt;
lines containing other &amp;lt;code&amp;gt;//&amp;lt;/code&amp;gt; comments and thus can be used to&lt;br /&gt;
temporarily or permanently comment out parts of a scene. &amp;lt;code&amp;gt; /*&amp;lt;/code&amp;gt; ...&lt;br /&gt;
&amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt; comments can be nested, the following is legal:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/* This is a comment&lt;br /&gt;
// This too&lt;br /&gt;
/* This also */&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;Use comments liberally and generously. Well used, they really improve the&lt;br /&gt;
readability of scene files.&amp;lt;/p&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jholsenback</name></author>
	</entry>
</feed>