Module fyrox::scene::debug

source ·
Expand description

Debug drawing module.

For more info see SceneDrawingContext

Structs§

  • Colored line between two points.
  • Drawing context for simple graphics, it allows you to draw simple figures using a set of lines. Most common use of the context is to draw some debug geometry in your game, draw physics info (contacts, meshes, shapes, etc.), draw temporary geometry in editor and so on.