| 1 |
< |
.\" RCSid "$Id" |
| 1 |
> |
.\" RCSid "$Id$" |
| 2 |
|
.TH OCONV 1 8/15/95 RADIANCE |
| 3 |
|
.SH NAME |
| 4 |
|
oconv - create an octree from a RADIANCE scene description |
| 64 |
|
Larger numbers result in quicker octree generation, |
| 65 |
|
but potentially slower rendering. |
| 66 |
|
Smaller values may or may not produce faster renderings, |
| 67 |
< |
since the default number (5) is close to optimal for most scenes. |
| 67 |
> |
since the default number (6) is close to optimal for most scenes. |
| 68 |
|
.PP |
| 69 |
|
The |
| 70 |
|
.I \-r |
| 72 |
|
This should be greater than or equal to the ratio of the largest |
| 73 |
|
and smallest dimensions in the scene (ie. surface size or distance between |
| 74 |
|
surfaces). |
| 75 |
< |
The default is 8192. |
| 75 |
> |
The default is 16384. |
| 76 |
|
.PP |
| 77 |
|
The |
| 78 |
|
.I \-f |
| 132 |
|
.IP "Set overflow in addobject (id)" |
| 133 |
|
This error occurs when too many surfaces are close together in a |
| 134 |
|
scene. |
| 135 |
< |
Sometimes a dense scene can be accomodated by increasing |
| 135 |
> |
Sometimes a dense scene can be accommodated by increasing |
| 136 |
|
the maximum resolution (by powers of two) using the |
| 137 |
|
.I \-r |
| 138 |
|
option, but usually this error indicates something is wrong. |
| 168 |
|
.I rad(1) |
| 169 |
|
can be used to automate octree creation and maintenance. |
| 170 |
|
.SH "SEE ALSO" |
| 171 |
< |
getbbox(1), getinfo(1), make(1), rad(1), |
| 172 |
< |
rpict(1), rview(1), rtrace(1), xform(1) |
| 171 |
> |
getbbox(1), getinfo(1), make(1), obj2mesh(1), rad(1), |
| 172 |
> |
rpict(1), rvu(1), rtrace(1), xform(1) |