Hi All I have a project where im using 5 views each on its own layer representing floors of a building. I have positioned each scene object of a view on setup to offset the y position of each floor and then position its childrens coords
- this works as i have changed the position of each child according to its setup values - which seems to be the only means to get the children to update visually. Part of the API is to select a floor and hide the others .. and then move that floor/scenes' y value to be on 0. This traces a change in the scenes coords .. but wont update any of its children visually because i have not changed any of the childrens position? I have seached the forum , added forceUpdate:true to the init object passed into the views constructor , I have traced the scenes autoUpdate variable which traces as true. I have tried to manually call update() and updateTime() on the scene .. still no joy , so I dont know what else to do here.? Here is a link to get a visual of the scenario.. http://www.prezencenewmedia.com/proof/investec/index.html
