1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
|
<!-- This file copyright Persistence of Vision Raytracer Pty. Ltd. 2003-2004 -->
<html>
<head>
<!-- NOTE: In order to users to help find information about POV-Ray using -->
<!-- web search engines, we ask you to *not* let them index documentation -->
<!-- mirrors because effectively, when searching, users will get hundreds -->
<!-- of results containing the same information! For this reason, the two -->
<!-- meta tags below disable archiving and indexing of this page by all -->
<!-- search engines that support these meta tags. -->
<meta content="noarchive" name="robots">
<meta content="noindex" name="robots">
<meta content="no-cache" http-equiv="Pragma">
<meta content="0" http-equiv="expires">
<title>2.4.7 Miscellaneous questions</title>
<link href="povray35.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="NavBar" width="100%">
<tr>
<td align="left" nowrap="" valign="middle" width="32">
<a href="s_82.html"><img alt="previous" border="0" src="prev.png"></a>
</td>
<td align="left" valign="middle" width="30%">
<a href="s_82.html">2.4.6 Rendering speed</a>
</td>
<td align="center" valign="middle">
<strong class="NavBar">POV-Ray 3.6 for UNIX documentation</strong><br> <strong>2.4.7
Miscellaneous questions</strong>
</td>
<td align="right" valign="middle" width="30%">
<a href="s_84.html">2.4.8 The shadow line artifact</a>
</td>
<td align="right" nowrap="" valign="middle" width="32">
<a href="s_84.html"><img alt="next" border="0" src="next.png"></a>
</td>
</tr>
</table>
<h3><a name="s02_04_07">2.4.7 </a>Miscellaneous questions</h3>
<h4><a name="s02_04_07_01">2.4.7.1 </a>Where do I suggest new features?</h4>
<p>
<em>"I would like to suggest some new features for the program. Who should I talk to?"</em>
</p>
<p>
This is best discussed on the Pov news groups (news.povray.org) in both the general news group and the windows news
group. The Pov team does skim through the message posted there and occasionaly impliment ideas that have been posted
by users.
</p>
<p>
You may also contact any of the POV-Ray T.A.G. members with suggestions, comments, or ideas for improvements to
POV-Ray. You can learn more about the POV-Ray T.A.G. and their contact information on the <a href="http://tag.povray.org/" target="new">TAG
web page</a>.
</p>
<h4><a name="s02_04_07_02">2.4.7.2 </a>I'm getting a "Illegal grid value in dda_traversal()"</h4>
<p>
<em>"When I render a height field I get lots of warning messages saying "Illegal grid value in
dda_traversal()". How can I correct that?"</em>
</p>
<p>
(Answer by Jerry Anning)
</p>
<p>
Basically, you have a ray going "between the cracks" of the height field due to an arithmetic accuracy
problem. Sometimes it does no harm. Sometime you get black dot or line artifacts. I know of no successful patch so
far. I also know no completely reliable workaround. The best bet is to slightly joggle the camera position and/or
angle.
</p>
<h4><a name="s02_04_07_03">2.4.7.3 </a>No beep when finished?</h4>
<p>
<em>"How can I get rid of the beep after POV-Ray has calculated the image" </em>
</p>
<p>
Usually using the <code>-P</code> command-line option should help (POV-Ray will not pause after it has calculated
the image). If you are using the windows version of POV-Ray, you can try Render -> On Completion -> Remove [v]
in front of "Beep".
</p>
<h4><a name="s02_04_07_04">2.4.7.4 </a>POV-Ray viruses?</h4>
<p>
<em>"Are there any POV-Ray viruses out there? Can one be done?"</em>
</p>
<p>
At the time of writing this documentation, no known viruses or trojans made with the POV-Ray Scene Description
Language (SDL) are known to exist.
</p>
<p>
Due to the properties of the POV-Ray SDL, writing a working virus (that is, a piece of code which spreads, without
the user knowing, by copying itself to non-infected files) is very difficult, if not impossible to do. The main
obstacle in making a POV-Ray virus is that there is no way for the SDL code to reside in memory, infecting files when
it sees them; another problem is that there is no way to get file listings in the POV-Ray SDL, so the code cannot
infect other .pov files at parse time.
</p>
<p>
However, trojans (i.e. a malicious piece of code which attempts to harm the system, but will not infect other
files) are much more likely. It is possible with the POV-Ray SDL to open a file and write practically anything to it.
This can be used to cause severe damage to an unprotected file system.
</p>
<p>
Note, however, that in POV-Ray 3.5 the concept of I/O restrictions was introduced in order to protect the user from
these kinds of malicious scripts. Setting the I/O restrictions properly will prevent the SDL from being able to open
files for writing (and optionally even for reading). You should check that your copy of POV-Ray 3.5 has these
restrictions properly set, especially if you render files not made by you. Note, however, that not all versions of
POV-Ray 3.5 for different platforms may have these restrictions implemented. Consult section 1 of the POV-Ray 3.5
documentation for more details about the I/O restrictions.
</p>
<p>
Regardless of this, it is always a good idea to run only scripts which you have received from trusted sources. This
is particularly true if you are using a version of POV-Ray older than 3.5.
</p>
<p>
The POV-Ray community consists mostly of benevolent people and it is generally safe to try POV-Ray scripts made by
them. However, it is often better to be safe than to be sorry.
</p>
<h4><a name="s02_04_07_05">2.4.7.5 </a>GUI for Unix POV-Ray?</h4>
<p>
<em>"Does POV-Ray for Unix have a GUI like in Windows?"</em>
</p>
<p>
No.
</p>
<p>
POV-Ray has always been a command-line utility. Even the core code of POV-Ray for Windows is exactly the same as
the generic command-line POV-Ray. The graphical interfaces of the Windows and Mac versions of POV-Ray are exclusive to
them (and non-portable). They are much like separate "add-ons".
</p>
<p>
There is no official GUI done for the Unix version of POV-Ray. Some third-parties have tried to make some GUIs for
it (and you might find them in the <a href="http://povray.org/links/" target="new">links collection on our website</a>)
but it seems to be a general phenomenon that Unix people like to use just the command-line version with a proper and
powerful text editor (such as Emacs).
</p>
<p>
I am sorry but there is no advice right now here about how to configure Emacs in order to smoothly handle POV-Ray
file editing, but I might write a page about that some day, when I have the time.
</p>
<br>
<table class="NavBar" width="100%">
<tr>
<td align="left" nowrap="" valign="middle" width="32">
<a href="s_82.html"><img alt="previous" border="0" src="prev.png"></a>
</td>
<td align="left" valign="middle" width="30%">
<a href="s_82.html">2.4.6 Rendering speed</a>
</td>
<td align="center" valign="middle">
<strong>2.4.7 Miscellaneous questions</strong>
</td>
<td align="right" valign="middle" width="30%">
<a href="s_84.html">2.4.8 The shadow line artifact</a>
</td>
<td align="right" nowrap="" valign="middle" width="32">
<a href="s_84.html"><img alt="next" border="0" src="next.png"></a>
</td>
</tr>
</table>
</body> </html>
|