Difference between revisions of "Libs3D"

From GiderosMobile
Line 8: Line 8:
 
=== Gideros API ===
 
=== Gideros API ===
 
Gideros can work with 3D out of the box, using a '''Mesh''', a '''Viewport''' and some 3D '''matrices'''. Let's start here:
 
Gideros can work with 3D out of the box, using a '''Mesh''', a '''Viewport''' and some 3D '''matrices'''. Let's start here:
* '''[[Libs3D_Mesh]]'''
+
* '''[[Libs3D_Mesh|Mesh]]'''
  
 
=== '''WIP''' ===
 
=== '''WIP''' ===

Revision as of 02:35, 23 January 2026

Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.pngPlatform linux.png

Description

Various ways to make 3D in Gideros.

Gideros API

Gideros can work with 3D out of the box, using a Mesh, a Viewport and some 3D matrices. Let's start here:

WIP

3D_Plane