|
|
"Rune" <run### [at] mobilixnetdk> wrote in message
news:3b9b56ab@news.povray.org...
> The following code generates the error:
>
> Slab Building Error: Cannot use non-perpendicular camera vectors with
vista
> buffer.
>
> which is a bug because the matrix transform here is not non-perpendicular.
> In fact the matrix specified here is the same as a simple translation of
> <5,5,5>.
>
> camera {location 0 look_at z matrix <1,0,0,0,1,0,0,0,1,5,5,5>}
I could be wrong, but shouldn't the last four entries in the matrix be
5,5,5,1? ie,
<1, 0, 0, 0,
0, 1, 0, 0,
0, 0, 1, 0,
Tx,Ty,Tz, 1>
...Chambers
Post a reply to this message
|
|