Geschrieben 25. Mai25. Mai This formula: Object.transformation.position["z"] = Object.transformation.position["z"] + 10 does not work. "Object" is the actual object. How to change coordinates at all?
Geschrieben 25. Mai25. Mai local pos = Object.transformation.position Object.transformation.position = {x= pos.x, y= pos.y, z= pos.z + 10}
Geschrieben 30. Mai30. Mai Autor How about translateZ function? It seems Object.transformation:translateZ(1) do the same job. Much easier.
Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren