|
|
@@ -51,6 +51,7 @@ import light from "./scene/light/index.js"
|
|
|
import projection from "./scene/projection-image/index.js"
|
|
|
import pickCoordinate from "./scene/pick-coordinate/index.js"
|
|
|
import scanEffect from "./special-effects/scan-effect/index.js"
|
|
|
+import weather from "./special-effects/weather/index.js"
|
|
|
import geologicalBody from "./model/geological-body/index.js"
|
|
|
import volume from "./scene/volume-render/index.js"
|
|
|
import particle from "./special-effects/particle-system/index.js"
|
|
|
@@ -96,6 +97,7 @@ const components = [
|
|
|
projection,
|
|
|
pickCoordinate,
|
|
|
scanEffect,
|
|
|
+ weather,
|
|
|
geologicalBody,
|
|
|
volume,
|
|
|
particle,
|