cubos::engine::GizmosTarget struct

Component used to indicate that Gizmos should be rendered to a given RenderTarget.

Public variables

core::gl::Framebuffer frontFramebuffer
Framebuffer used to draw to the front RenderPicker texture.
core::gl::Framebuffer backFramebuffer
Framebuffer used to draw to the back RenderPicker texture.
core::gl::Texture2D frontPicker
Picker texture present in the frontFramebuffer.
core::gl::Texture2D backPicker
Picker texture present in the backFramebuffer.