@@ -1218,7 +1218,6 @@ module.exports = {
1218
1218
heightSegments : new Types . Int ( 1 ) ,
1219
1219
depthSegments : new Types . Int ( 1 ) ,
1220
1220
} ,
1221
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1222
1221
} ,
1223
1222
BoxGeometry : {
1224
1223
relativePath : './geometries/BoxGeometry' ,
@@ -1232,7 +1231,6 @@ module.exports = {
1232
1231
heightSegments : new Types . Int ( 1 ) ,
1233
1232
depthSegments : new Types . Int ( 1 ) ,
1234
1233
} ,
1235
- propsDefinedByThree : [ 'vertices' , 'faces' ]
1236
1234
} ,
1237
1235
CircleBufferGeometry : {
1238
1236
relativePath : './geometries/CircleGeometry' ,
@@ -1244,7 +1242,6 @@ module.exports = {
1244
1242
thetaStart : new Types . Float ( 0.0 ) ,
1245
1243
thetaLength : new Types . Float ( Math . PI * 2.0 ) ,
1246
1244
} ,
1247
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1248
1245
} ,
1249
1246
CircleGeometry : {
1250
1247
relativePath : './geometries/CircleGeometry' ,
@@ -1285,7 +1282,6 @@ module.exports = {
1285
1282
thetaStart : new Types . Float ( 0.0 ) ,
1286
1283
thetaLength : new Types . Float ( Math . PI * 2.0 ) ,
1287
1284
} ,
1288
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1289
1285
} ,
1290
1286
CylinderGeometry : {
1291
1287
relativePath : './geometries/CylinderGeometry' ,
@@ -1329,7 +1325,6 @@ module.exports = {
1329
1325
radius : new Types . Float ( 1.0 ) ,
1330
1326
detail : new Types . Int ( 0.0 ) ,
1331
1327
} ,
1332
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1333
1328
} ,
1334
1329
LatheBufferGeometry : {
1335
1330
relativePath : './geometries/LatheGeometry' ,
@@ -1341,7 +1336,6 @@ module.exports = {
1341
1336
phiStart : new Types . Float ( 0.0 ) ,
1342
1337
phiLength : new Types . Float ( Math . PI * 2.0 ) ,
1343
1338
} ,
1344
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1345
1339
} ,
1346
1340
LatheGeometry : {
1347
1341
relativePath : './geometries/LatheGeometry' ,
@@ -1353,7 +1347,6 @@ module.exports = {
1353
1347
phiStart : new Types . Float ( 0.0 ) ,
1354
1348
phiLength : new Types . Float ( Math . PI * 2.0 ) ,
1355
1349
} ,
1356
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1357
1350
} ,
1358
1351
OctahedronGeometry : {
1359
1352
relativePath : './geometries/OctahedronGeometry' ,
@@ -1363,7 +1356,6 @@ module.exports = {
1363
1356
radius : new Types . Float ( 1.0 ) ,
1364
1357
detail : new Types . Int ( 0.0 ) ,
1365
1358
} ,
1366
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1367
1359
} ,
1368
1360
ParametricGeometry : {
1369
1361
relativePath : './geometries/ParametricGeometry' ,
@@ -1374,7 +1366,6 @@ module.exports = {
1374
1366
slices : new Types . Int ( 3 ) , // NOTE: default not specified in three.js
1375
1367
stacks : new Types . Int ( 3 ) , // NOTE: default not specified in three.js
1376
1368
} ,
1377
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1378
1369
} ,
1379
1370
PlaneBufferGeometry : {
1380
1371
relativePath : './geometries/PlaneGeometry' ,
@@ -1386,7 +1377,6 @@ module.exports = {
1386
1377
widthSegments : new Types . Int ( 1 ) ,
1387
1378
heightSegments : new Types . Int ( 1 ) ,
1388
1379
} ,
1389
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1390
1380
} ,
1391
1381
PlaneGeometry : {
1392
1382
relativePath : './geometries/PlaneGeometry' ,
@@ -1398,7 +1388,6 @@ module.exports = {
1398
1388
widthSegments : new Types . Int ( 1 ) ,
1399
1389
heightSegments : new Types . Int ( 1 ) ,
1400
1390
} ,
1401
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1402
1391
} ,
1403
1392
PolyhedronGeometry : {
1404
1393
relativePath : './geometries/PolyhedronGeometry' ,
@@ -1411,7 +1400,6 @@ module.exports = {
1411
1400
detail : new Types . Float ( 0.0 ) ,
1412
1401
faces : new Types . Array ( ) ,
1413
1402
} ,
1414
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1415
1403
} ,
1416
1404
RingBufferGeometry : {
1417
1405
relativePath : './geometries/RingGeometry' ,
@@ -1425,7 +1413,6 @@ module.exports = {
1425
1413
thetaStart : new Types . Float ( 0 ) ,
1426
1414
thetaLength : new Types . Float ( Math . PI * 2 ) ,
1427
1415
} ,
1428
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1429
1416
} ,
1430
1417
RingGeometry : {
1431
1418
relativePath : './geometries/RingGeometry' ,
@@ -1439,7 +1426,6 @@ module.exports = {
1439
1426
thetaStart : new Types . Float ( 0 ) ,
1440
1427
thetaLength : new Types . Float ( Math . PI * 2 ) ,
1441
1428
} ,
1442
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1443
1429
} ,
1444
1430
// TODO: figure out options constructor args + UVGenerator
1445
1431
ShapeGeometry : {
@@ -1466,7 +1452,6 @@ module.exports = {
1466
1452
thetaStart : new Types . Float ( 0 ) ,
1467
1453
thetaLength : new Types . Float ( Math . PI ) ,
1468
1454
} ,
1469
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1470
1455
} ,
1471
1456
SphereGeometry : {
1472
1457
relativePath : './geometries/SphereGeometry' ,
@@ -1481,7 +1466,6 @@ module.exports = {
1481
1466
thetaStart : new Types . Float ( 0 ) ,
1482
1467
thetaLength : new Types . Float ( Math . PI ) ,
1483
1468
} ,
1484
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1485
1469
} ,
1486
1470
TetrahedronGeometry : {
1487
1471
relativePath : './geometries/TetrahedronGeometry' ,
@@ -1491,7 +1475,6 @@ module.exports = {
1491
1475
radius : new Types . Float ( 1 ) ,
1492
1476
detail : new Types . Int ( 0 ) ,
1493
1477
} ,
1494
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1495
1478
} ,
1496
1479
TextGeometry : {
1497
1480
relativePath : './geometries/TextGeometry' ,
@@ -1508,7 +1491,6 @@ module.exports = {
1508
1491
tubularSegments : new Types . Int ( 6 ) ,
1509
1492
arc : new Types . Float ( Math . PI * 2.0 ) ,
1510
1493
} ,
1511
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1512
1494
} ,
1513
1495
TorusGeometry : {
1514
1496
relativePath : './geometries/TorusGeometry' ,
@@ -1521,7 +1503,6 @@ module.exports = {
1521
1503
tubularSegments : new Types . Int ( 6 ) ,
1522
1504
arc : new Types . Float ( Math . PI * 2.0 ) ,
1523
1505
} ,
1524
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1525
1506
} ,
1526
1507
TorusKnotBufferGeometry : {
1527
1508
relativePath : './geometries/TorusKnotGeometry' ,
@@ -1535,7 +1516,6 @@ module.exports = {
1535
1516
p : new Types . Int ( 2 ) ,
1536
1517
q : new Types . Int ( 3 ) ,
1537
1518
} ,
1538
- propsDefinedByThree : [ 'attributes' , 'index' ] ,
1539
1519
} ,
1540
1520
TorusKnotGeometry : {
1541
1521
relativePath : './geometries/TorusKnotGeometry' ,
@@ -1549,7 +1529,6 @@ module.exports = {
1549
1529
p : new Types . Int ( 2 ) ,
1550
1530
q : new Types . Int ( 3 ) ,
1551
1531
} ,
1552
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1553
1532
} ,
1554
1533
TubeGeometry : {
1555
1534
relativePath : './geometries/TubeGeometry' ,
@@ -1562,7 +1541,6 @@ module.exports = {
1562
1541
radiusSegments : new Types . Int ( 8 ) ,
1563
1542
close : new Types . Bool ( false ) ,
1564
1543
} ,
1565
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1566
1544
} ,
1567
1545
WireframeGeometry : {
1568
1546
relativePath : './geometries/WireframeGeometry' ,
@@ -1572,7 +1550,6 @@ module.exports = {
1572
1550
geometry : new Types . ThreeType ( [ 'Geometry' , 'BufferGeometry' ] ) ,
1573
1551
// geometry: new Types.ThreeType('Geometry'),
1574
1552
} ,
1575
- propsDefinedByThree : [ 'vertices' , 'faces' ] ,
1576
1553
} ,
1577
1554
ArrowHelper : {
1578
1555
relativePath : './helpers/ArrowHelper' ,
0 commit comments