A lot of cleaning, and compilation of the js code
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user