|
|
Try the following scene:
#declare CylinderCluster = union
{
cylinder {-z,+z,1}
cylinder {-z,+z,1 translate -x-y}
}
#declare HollowBox =
object {CylinderCluster inverse }
It causes the sse2-beta to stop with a message:
Fatal error in parser: Access violation - no RTTI data!
The non-sse2-beta just crashes.
If the second #declare line is commented out (ie. the object is
instantiated instead of declared) the sse2-beta hangs. The rendering
can be stopped but then the stop button won't change back to the run
button (and the only way to get it working again is to restart povray).
--
- Warp
Post a reply to this message
|
|