View Single Post
  #1  
Old 08-08-2018, 11:12 PM
samzebrado samzebrado is offline
Member
 
Join Date: Jun 2018
Posts: 5
Angry Bug of setPosition

I've made a tunnel node, and set it parent as another node
below scripts got different results:
tunnel.setPosition([1,1,1],mode = viz.ABS_GLOBAL)# it won't change the global coordinates but change the parent-relative coordinates; in other words,
it ignores the input variable "mode"
tunnel.setPosition(1,1,1,mode = viz.ABS_GLOBAL)# works fine

setEuler seems to have similar problem

I want this bug to be fixed since I and my colleague just computed the coordinate and euler transforming function for two whole work days
(we just try the [1,1,1] one and thought this was a deep bug so we didn't try to use other way until I happened to find it just now)

Although our math skills were improved, this shouldn't have happened..
Reply With Quote