|
|
the following lines crash pvengine.exe on w2k:
----
difference {
text {
ttf
"arial.ttf",
"test",
1,
0
inverse
}
box { -1,1 }
}
----
(pov3.6 was ok)
Post a reply to this message
|
|
|
|
Physiker wrote:
> the following lines crash pvengine.exe on w2k:
> ----
> difference {
> text {
> ttf
> "arial.ttf",
> "test",
> 1,
> 0
> inverse
> }
> box { -1,1 }
> }
> ----
>
> (pov3.6 was ok)
thanks for this report, that was a nasty lurking bug in the handing of
inverse in CSG's, now fixed.
-- Chris
Post a reply to this message
|
|