Platformer in OpenGL
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

28 lignes
434 B

il y a 5 ans
  1. [Visualizer]
  2. glm::detail::tvec2<*>{
  3. preview (
  4. #(#($c.x,$c.y))
  5. )
  6. children (
  7. #([x]: $c.x,[y]: $c.y)
  8. )
  9. }
  10. glm::detail::tvec3<*>{
  11. preview (
  12. #($e.x,$e.y,$e.z)
  13. )
  14. children (
  15. #([x]: $e.x,[y]: $e.y,[z]: $e.z)
  16. )
  17. }
  18. glm::detail::tvec4<*>{
  19. preview (
  20. #($c.x,$c.y,$c.z,$c.w)
  21. )
  22. children (
  23. #([x]: $e.x,[y]: $e.y,[z]: $e.z, #([w]: $e.w))
  24. )
  25. }