Jump to content

Mesh.lookAt


adam
 Share

Recommended Posts

  • 11 months later...
On 10/21/2016 at 8:51 AM, adam said:

Shouldn't the lookAt function rotate the mesh so that the z axis points to the lookAt point?

It appears to make the mesh look away from the target point.

http://www.babylonjs-playground.com/#1CSVHO#9

http://www.babylonjs-playground.com/#1CSVHO#13

 

I am getting the too... Is this by Design or is the fix or workaround ???

 

Link to comment
Share on other sites

Yo @adam how did you work this out... For now I just use a 'Parent Holder' and rotate that 180 on the Y... then I put my object (for me its a camera) inside that and it works perfect... Note I stick the camera inside a empty and move that around to stay in the spirit of Unity... There is no separate movement like cameraDirection and stuff... EVERYTHING in unity has a TRANSFORM... they always just move or rotate a transform whether that transform is on a camera or mesh does not matter... So for me (toolkit users) a transform is always a MESH. So when I want to get FUNKY with the camera... like a default third person camera controller I am writing I just treat the camera (or its holder to be more precise) just like a regular mesh and use the regular 'Transform' movement coding techniques I am learning from Unity type Game development...

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...