You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to change the postion of obj in real time based on node.getWorldPosition() here is my code i want to change the position of Model Renderable here is my code :
i want to change the postion of obj in real time based on node.getWorldPosition() here is my code i want to change the position of Model Renderable here is my code :
MaterialFactory
.makeOpaqueWithColor(this, new Color(android.graphics.Color.BLUE))
.thenAccept(material -> {
modelRenderable =
ShapeFactory.makeCube(new Vector3(0.01f , 0.01f , 0.01f) ,new Vector3(0f , 0f , 0.1f) ,
material);
*/
i want to set modelrenderable on position of vector3 . if you know then let me know and help it's urgent ...
The text was updated successfully, but these errors were encountered: