jeromeetienne / tquery

extension system for three.js
http://jeromeetienne.github.io/tquery/
MIT License
652 stars 120 forks source link

changing the position of the game object attached to the world through code #310

Open priyankaviswan opened 10 years ago

priyankaviswan commented 10 years ago

Hi, Am trying to change the position of an monster model added to my plane through code ,but it does not change ,can you please tell me how to change the position of an object attached to plane through code

jeromeetienne commented 10 years ago

object.position(1,2,3) will set the position of the object to x=1, y=2, z=3