parent
54ac116806
commit
8c6578d3a6
2 changed files with 3924 additions and 0 deletions
@ -0,0 +1,28 @@ |
|||||||
|
[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)) |
||||||
|
) |
||||||
|
} |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue