Jump to content

objet3d.position return 0,0,0


Dad72
 Share

Recommended Posts

It may be me ca comes, but this is what happens and I do not understand why:
 
Today when I want to retrieve the position of an object. it constantly returns me 0,0,0
 
if I do: console.log(objet3d.position);

return 0,0,0

 

if I do: console.log(objet3d);

and if I'll see the position, I have the good values

 

I use the latest update yesterday babylon (2014-05-11)

Link to comment
Share on other sites

Could it be because of late evaluation? Your first console.log prints the value of position when the line of code is hit whereas console.log(objet3d) prints objet3d and you get its position only when you extend objet3d in the javascript console.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...