Skip to content

Uniforms_Widgets_Gizmo

Aiekick edited this page Mar 19, 2019 · 1 revision

you can have gizmo shown on screen. thanks to Cedric Guillemet for his ImGuizmo : this gizmo will appear on the screnn, but for using it, you need to use the camera perpspective :

you have in the menu File/GizmoRelated some Shaders for explain how you can use it, by example merge a sdf in a space3d.

when you have done that, this is the syntax of the gizmo :

uniform mat4(gizmo) name;

like its a mat4, you can control, position rotation and scale. it depend and how you use it in your code :)

you have a button, for hide the gizmo, on top right if you want

you need maybe to activate the space3d : Settings/Show 3d Space (maybe you need to reset the cam, in the left panel)