Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -0,0 +1,12 @@
#title OpenCanvas3D [RCBasic Doc]
#header function OpenCanvas3D( viewport_x, viewport_y, viewport_w, viewport_h, mode)
Returns a 3D Canvas for viewing the scene.
Returns -1 if canvas could not be created.
Note: Each 3D canvas has its own camera so you need to make sure you have the canvas active before doing anything with the camera
Note: 2D drawing commands do not work on 3D canvases. You need to open a 2D canvas for drawing images.
#ref OpenCanvas OpenCanvasSpriteLayer