Start a new topic
Solved

3D Object turning towards the user

Hi,

I create the 3d object in random position. I want the object to be looking at the user in every position. How can i do that ? 


I use Wikitude Javascript Api 5.3.1


1 person has this problem

Hi Süleyman,

This is by default the behaviour. Currnetly if you position 3D models based on a geolocation, the model is facing the user.

Greetings

Nicola

 

I use RelativeLocation class. And reference point is null. As you say, if null is passed, the current position of the user is used as a reference point. But all 3D objects are not face of me.

Is this a bug? I tried both RelativeLocation and GeoLocation but all the 3D models does not face me.

Please have a look at the attributes "rotate.global" attribute of a Drawable. Setting rotatesToCamera to false and setting the rotate.global attribute accordingly should solve your issue.

Best regards

Login or Signup to post a comment