URL:
  <http://gna.org/bugs/?12238>

                 Summary: Traveling Camera non-smooth when constructed before
bodies
                 Project: Soya 3D
            Submitted by: None
            Submitted on: Wednesday 08/27/2008 at 18:33 CEST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

If you write a python program that, creates a TravelingCamera before creating
any Body, that camera will show non-smooth images to us.

small example:
____________________________
camera = soya.TravelingCamera(scene)   # <----- !!!!
caterpillar_head = CaterpillarHead(scene)
# <--- The camera should be created here!  
traveling = soya.ThirdPersonTraveling(caterpillar_head)
traveling.distance = 35.0
camera.add_traveling(traveling)
camera.speed = 0.1
soya.set_root_widget(camera)
__________________________________

I attached the traveling camera tutorial modified to see the effect.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Wednesday 08/27/2008 at 18:33 CEST  Name: soya-traveling-camera-1.py 
Size: 5kB   By: None

<http://gna.org/bugs/download.php?file_id=4741>

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12238>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Soya-user mailing list
Soya-user@gna.org
https://mail.gna.org/listinfo/soya-user

Reply via email to