|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
camera { orthographic } is illegal in 3.5 ?!
or has the syntax changed?
--
Anton Sherwood, http://www.ogre.nu/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Anton Sherwood <bro### [at] poboxcom> wrote:
> camera { orthographic } is illegal in 3.5 ?!
I don't have any problem rendering that. Try it.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Anton Sherwood <bro### [at] poboxcom> wrote:
> > camera { orthographic } is illegal in 3.5 ?!
Warp wrote:
> I don't have any problem rendering that. Try it.
I have tried it, which is why I posted. I get
"Parse Error: Expected 'perspective camera modifier',
orthographic found instead"
--
Anton Sherwood, http://www.ogre.nu/
Post a reply to this message
Attachments:
Download 'us-ascii' (1 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:3CF28296.8EF4122A@pobox.com Anton Sherwood wrote:
> camera {
> up y
> location <0, 0, -4>
> look_at 0
> orthographic
> }
"orthographic" should be the first stament in the camera.
See doc 2.6.14, 6.4.2 & 6.4.2.2
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ingo wrote:
> "orthographic" should be the first stament in the camera.
ah, okay, now it works -- it never mattered before
--
Anton Sherwood, http://www.ogre.nu/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |