just another diary

Monday, August 4, 2008

The first draft render.

So, here is the first test result.



The rendered data is:

(list
(make-t3d :v0 (make-v3d :x -3 :y 2 :z 0)
:v1 (make-v3d :x -4 :y 2 :z 2)
:v2 (make-v3d :x 1 :y 6 :z 0)
:color '"255 100 0")

(make-t3d :v0 (make-v3d :x -3 :y 4 :z 0)
:v1 (make-v3d :x 4 :y 4 :z -5)
:v2 (make-v3d :x 4 :y 4 :z 5)
:color '"0 255 0")
)

Cameras are:
(list
(make-c3d :from (make-v3d :x 0 :y -3 :z 0)
:to (make-v3d :x 0 :y 0 :z 0)
:up (make-v3d :x 0 :y 0 :z 1)
:d 5
:w-px 320
:h-px 256
:w-m 10
:h-m 8)
)

Lights were not used.

0 comments:

Post a Comment

My Blog List

  • Emacs or Ubuntu sucks. - I have a part in my dot-file that positions the Emacs window on the screen. It works on all OSes: Windows, OSX and linuxes. I use only Ubuntu for now and g...
    4 months ago
  • Under impression. - I still cannot believe that this was coded. At some point I convinced myself that this should be some kind of music video. But then... They have said that ...
    8 months ago
Powered by Blogger.