Skip to content

Commit

Permalink
Merge pull request #3771 from mozilla/allow-billboard-component
Browse files Browse the repository at this point in the history
Allow billboard component in gltfs
  • Loading branch information
robertlong authored Feb 10, 2021
2 parents 8e5b931 + b53c3b6 commit 0812729
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/scene-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import "./animation";
import "./ambient-light";
import "./animation-mixer";
import "./audio-feedback";
import "./billboard";
import "./css-class";
import "./directional-light";
import "./duck";
Expand Down
2 changes: 1 addition & 1 deletion src/gltf-component-mappings.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ AFRAME.GLTFModelPlus.registerComponent("directional-light", "directional-light")
AFRAME.GLTFModelPlus.registerComponent("hemisphere-light", "hemisphere-light");
AFRAME.GLTFModelPlus.registerComponent("point-light", "point-light");
AFRAME.GLTFModelPlus.registerComponent("spot-light", "spot-light");

AFRAME.GLTFModelPlus.registerComponent("billboard", "billboard");
AFRAME.GLTFModelPlus.registerComponent("simple-water", "simple-water");
AFRAME.GLTFModelPlus.registerComponent("skybox", "skybox");
AFRAME.GLTFModelPlus.registerComponent("layers", "layers");
Expand Down
1 change: 0 additions & 1 deletion src/hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ import "./components/replay";
import "./components/visibility-by-path";
import "./components/tags";
import "./components/hubs-text";
import "./components/billboard";
import "./components/periodic-full-syncs";
import "./components/inspect-button";
import "./components/inspect-pivot-child-selector";
Expand Down

0 comments on commit 0812729

Please sign in to comment.