Add MQTT URL to environment variables and refactor simulation components
This commit is contained in:
@@ -49,7 +49,6 @@ export default function Scene() {
|
||||
<MeasurementTool />
|
||||
<World />
|
||||
<ZoneCentreTarget />
|
||||
{/* <Simulation /> */}
|
||||
<Simulation />
|
||||
<PostProcessing />
|
||||
<Sun />
|
||||
@@ -58,9 +57,6 @@ export default function Scene() {
|
||||
<MqttEvents />
|
||||
<Environment files={background} environmentIntensity={1.5} />
|
||||
</Canvas>
|
||||
|
||||
|
||||
|
||||
</KeyboardControls>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user