Scripting in gui
This commit is contained in:
37
README.md
37
README.md
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user