Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Enliven    Object Position

Moderators: e_phoenix13
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
Hello,
When I put to the button, start a Runtime camera animation, but I would like, that, this animation objects position, start in a center of the scene position.

How can I do?

Thank You.
 
Posts: 9 | Registered: March 27, 2008Reply With QuoteEdit or Delete MessageReport This Post
Junior Member
Posted Hide Post
Hi Berria,
To make sure the camera starts at a 0,0,0 runtime position specify a <Translate> in the <MTSCamera> tag like so:

<MTSCamera Mode=”Orbit” >
<Translate x=”0” y=”0” z=”0” />
</MTSCamera>

Depending on the angle you want the camera to start from, you can also insert a <Rotate>:

<MTSCamera Mode=”Orbit” >
<Translate x=”0” y=”0” z=”0” />
<Rotate x=”20” y=”30” z=”0” />
</MTSCamera>

Let me know if that answers your question.
 
Posts: 1 | Registered: April 09, 2008Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Hi Nkeys, thank you, the problem is solution.
 
Posts: 9 | Registered: March 27, 2008Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  Enliven    Object Position