Skip to content

Commit

Permalink
Update Renderer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wonmor committed Apr 14, 2023
1 parent 5e638a6 commit c2090ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Renderer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ export default function Renderer() {

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

} else {
resetParticleRadius();
Expand Down

0 comments on commit c2090ee

Please # to comment.