Scripting in gui

This commit is contained in:
STP
2023-11-25 13:22:13 -05:00
parent b737e35de8
commit 045c3a8beb
2 changed files with 58 additions and 6 deletions

View File

@@ -1,6 +1,41 @@
## Graphics Project
# Graphics Project
This is my graphics project that I will be working on for A5
I will use rlua for interacting with lua files
## Installation
## Scripting
V()
P()
Scene()
Scene.addNode()
Scene.addLight()
Node()
Node.translate()
Node.rotate()
Node.scale()
Camera()
Light()
Material()
MaterialRed()
MaterialBlue()
MaterialGreen()
MaterialMagenta()
MaterialTurquoise()
Sphere()
SphereUnit()
Cube()
CubeUnit()
Cone()
ConeUnit()
Cyclinder()
//CylinderUnit()
Circle()
CircleUnit()
Rectangle()
RectangleUnit()
Steiner()
Torus()