Skip to content

Commit c2090ee

Browse files
committed
Update Renderer.jsx
1 parent 5e638a6 commit c2090ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/components/Renderer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ export default function Renderer() {
775775

776776
// Will change the particles to 3D sphere from point since Project Atomizer needs triangulated mesh...
777777
if (!isExportReady) {
778-
changeParticleRadius(0.04);
778+
changeParticleRadius(0.15);
779779

780780
} else {
781781
resetParticleRadius();

0 commit comments

Comments
 (0)