Ticket #2 (new defect)

Opened 5 years ago

Last modified 3 years ago

Evaluation order issues

Reported by: jschild Owned by: rkuck
Priority: major Milestone: AVANGO 3000
Component: all Keywords:
Cc:

Description

Problem:
Creating a sphere with a certain radius and then appending it to the scene graph may cause trouble as the sphere geometry might be rendered before the radius is being applied. I.e. a pick selector by error might pick a sphere because it's much larger than specified.
In general:
the evaluation order might not match the scripted order of changes. For a solution there should be a queue mechanism that collects and evaluates changes to an object correctly.

Change History

comment:1 Changed 5 years ago by jschild

  • Summary changed from Evalutaion order issues to Evaluation order issues

comment:2 Changed 3 years ago by tholt

  • Priority changed from critical to major
  • Milestone set to AVANGO 3000
Note: See TracTickets for help on using tickets.