Skip to content

Commit c5893e9

Browse files
committed
Readd Euler config to make autogen happy
1 parent 771e32e commit c5893e9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

js/scripts/three-class-config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,16 @@ module.exports = {
809809
},
810810
constructorArgs: ['radius', 'theta', 'y'],
811811
},
812+
Euler: {
813+
relativePath: './math/Euler',
814+
properties: {
815+
x: new Types.Float(0),
816+
y: new Types.Float(0),
817+
z: new Types.Float(0),
818+
order: new Types.String('XYZ'),
819+
},
820+
constructorArgs: [ 'x', 'y', 'z', 'order' ],
821+
},
812822
Frustum: {
813823
relativePath: './math/Frustum',
814824
properties: {

0 commit comments

Comments
 (0)