Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Oct 15, 2023
1 parent 3b29492 commit bbf617b
Showing 1 changed file with 0 additions and 107 deletions.
107 changes: 0 additions & 107 deletions CEON/singularityCeon.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,114 +86,7 @@
"renderWithZones": renderWithZones,
"damping": 0
}, "local");
/*
var RATIO_Z = 0.24;
var sizeMultiplicator = 4;
var betlOneId = Entities.addEntity({
"name": "BELT-01",
"parentID": starId,
"dimensions": {"x": STAR_DIAMETER * sizeMultiplicator, "y": STAR_DIAMETER * RATIO_Z * sizeMultiplicator, "z": STAR_DIAMETER * sizeMultiplicator},
"localPosition": {"x": 0, "y": 0, "z": 0},
"type": "Model",
"renderWithZones": renderWithZones,
"grab": {
"grabbable": false
},
"angularDamping": 0,
"angularVelocity": {
"x":0,
"y":0.6,
"z":0
},
"modelURL": ROOT + "models/BELT01.fbx",
"useOriginalPivot": true
}, "local");
sizeMultiplicator = 6;
var betlOneId = Entities.addEntity({
"name": "BELT-02",
"parentID": starId,
"dimensions": {"x": STAR_DIAMETER * sizeMultiplicator, "y": STAR_DIAMETER * RATIO_Z * sizeMultiplicator, "z": STAR_DIAMETER * sizeMultiplicator},
"localPosition": {"x": 0, "y": 0, "z": 0},
"type": "Model",
"renderWithZones": renderWithZones,
"grab": {
"grabbable": false
},
"angularDamping": 0,
"angularVelocity": {
"x":0,
"y":0.3,
"z":0
},
"modelURL": ROOT + "models/BELT01.fbx",
"useOriginalPivot": true
}, "local");
sizeMultiplicator = 9;
var betlOneId = Entities.addEntity({
"name": "BELT-03",
"parentID": starId,
"dimensions": {"x": STAR_DIAMETER * sizeMultiplicator, "y": STAR_DIAMETER * RATIO_Z * sizeMultiplicator, "z": STAR_DIAMETER * sizeMultiplicator},
"localPosition": {"x": 0, "y": 0, "z": 0},
"type": "Model",
"renderWithZones": renderWithZones,
"grab": {
"grabbable": false
},
"angularDamping": 0,
"angularVelocity": {
"x":0,
"y":0.2,
"z":0
},
"modelURL": ROOT + "models/BELT01.fbx",
"useOriginalPivot": true
}, "local");

sizeMultiplicator = 12;
var betlOneId = Entities.addEntity({
"name": "BELT-04",
"parentID": starId,
"dimensions": {"x": STAR_DIAMETER * sizeMultiplicator, "y": STAR_DIAMETER * RATIO_Z * sizeMultiplicator, "z": STAR_DIAMETER * sizeMultiplicator},
"localPosition": {"x": 0, "y": 0, "z": 0},
"type": "Model",
"renderWithZones": renderWithZones,
"grab": {
"grabbable": false
},
"angularDamping": 0,
"angularVelocity": {
"x":0,
"y":0.1,
"z":0
},
"modelURL": ROOT + "models/BELT01.fbx",
"useOriginalPivot": true
}, "local");
sizeMultiplicator = 20;
var betlOneId = Entities.addEntity({
"name": "BELT-05",
"parentID": starId,
"dimensions": {"x": STAR_DIAMETER * sizeMultiplicator, "y": STAR_DIAMETER * RATIO_Z * sizeMultiplicator, "z": STAR_DIAMETER * sizeMultiplicator},
"localPosition": {"x": 0, "y": 0, "z": 0},
"type": "Model",
"renderWithZones": renderWithZones,
"grab": {
"grabbable": false
},
"angularDamping": 0,
"angularVelocity": {
"x":0,
"y":0.03,
"z":0
},
"modelURL": ROOT + "models/BELT01.fbx",
"useOriginalPivot": true
}, "local");
*/
updateStar();

var today = new Date();
Expand Down

0 comments on commit bbf617b

Please sign in to comment.