Spaces:
Running
on
Zero
Running
on
Zero
File size: 434 Bytes
a93901d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[Visualizer] glm::detail::tvec2<*>{ preview ( #(#($c.x,$c.y)) ) children ( #([x]: $c.x,[y]: $c.y) ) } glm::detail::tvec3<*>{ preview ( #($e.x,$e.y,$e.z) ) children ( #([x]: $e.x,[y]: $e.y,[z]: $e.z) ) } glm::detail::tvec4<*>{ preview ( #($c.x,$c.y,$c.z,$c.w) ) children ( #([x]: $e.x,[y]: $e.y,[z]: $e.z, #([w]: $e.w)) ) } |