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 Nov 13, 2024
1 parent 0cb6d79 commit 982a28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PENTACLE/navigationAmbiencePentacle.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
}

function manageStarMaterial(hue) {
if (starId !== Uuid.NONE) {
if (starID !== Uuid.NONE) {

var plasmaColor = hslToRgb(hue, 1, 0.61);
var bloomFactor = 4;
Expand All @@ -304,7 +304,7 @@
//CREATE
fireMatId = Entities.addEntity({
"type": "Material",
"parentID": starId,
"parentID": starID,
"renderWithZones": [zoneID],
"localPosition": {"x": 0.0, "y": 1, "z": 0.0},
"name": "plasma-material",
Expand Down

0 comments on commit 982a28b

Please sign in to comment.