42 lines
527 B
Markdown
42 lines
527 B
Markdown
|
|
# 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()
|