diff --git a/src/covisart/Simulator.js b/src/covisart/Simulator.js
index b53e9cd..9c7df5c 100644
--- a/src/covisart/Simulator.js
+++ b/src/covisart/Simulator.js
@@ -7,7 +7,7 @@ import { state } from './store'
function Loader() {
const { progress } = useProgress()
- return {progress} % loaded
+ return {Math.round(progress)} % loaded
}
export default function Simulator() {
/*const { ruler, animate } = useControls({ "ruler": false, "animate": false })
@@ -34,10 +34,10 @@ export default function Simulator() {
cellSize={0.4}
cellThickness={0.6}
cellColor={[1, 1, 1]}
- sectionSize={4}
+ sectionSize={1}
sectionThickness={1.5}
sectionColor={[1, 1, 1]}
- fadeDistance={30}
+ fadeDistance={60}
fadeStrength={10} />