Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: Must not use GiD commands asking for the model size, like GiD_Info Layers -bbox , because these commands will invoke again GiD_Event_GetBoundingBox entering in a cyclic loop. (these kind of commands are unneded unneeded here, because GiD_Event_GetBoundingBox must inform only about its own managed objects)

...

GiD_Event_AfterDrawModel: to allow some OpenGL custom draw, before swapbuffersswap buffers.

Code Block
proc GiD_Event_AfterDrawModel {} {
}

...