Dad72 Posted November 8, 2014 Share Posted November 8, 2014 Il y a de petite erreurs DK dans le playground. Juste au niveau des new en trop qui on oublier d'être supprimer : (Je sais que ce n’est pas grand chose comme erreur, mais autant donner la bonne syntaxe au nouveau utilisateur.)Import mesh : au niveau de la création de la camera. new BABYLON.Vector3.Zero(). intersection : au niveau des création des plans new BABYLON.Mesh.CreatePlane("plane1", 20, scene);heightmap : au niveau de la création de la camera. new BABYLON.Vector3.Zero() et new BABYLON.Mesh.CreateSphere("sun", 10, 4, scene); Shadow : au niveau des création des sphères. new BABYLON.Mesh.CreateSphere("sphere", 10, 2, scene);Il n'y a pas besoin des new . D'ailleur ils sont souligner en vert là ou il y a des petite erreurs. et c'est tout. Quote Link to comment Share on other sites More sharing options...
joshcamas Posted November 8, 2014 Share Posted November 8, 2014 Nice catch! Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 10, 2014 Share Posted November 10, 2014 Excellent thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.