A lot of cleaning, and compilation of the js code

This commit is contained in:
Thomas FORGIONE
2015-05-22 16:59:33 +02:00
parent fe34290802
commit a6a6c3521c
45 changed files with 100 additions and 41 deletions

View File

@@ -15,9 +15,9 @@ CREATE TYPE PREVIOUSNEXT AS ENUM(
);
CREATE TYPE VECTOR3 AS(
x FLOAT,
y FLOAT,
z FLOAT
x REAL,
y REAL,
z REAL
);
CREATE TYPE CAMERA AS(