initial jscad integration #428

Merged
hrgdavor merged 15 commits from kurt/411-demo-branch into main 2021-08-01 11:35:56 +02:00
Showing only changes of commit 8d0f2fca51 - Show all commits

View File

@@ -212,8 +212,8 @@ const IdeViewer = ({ Loading }) => {
}) })
}} }}
/> />
<ambientLight intensity={1} /> <ambientLight intensity={0.3} />
<pointLight position={[15, 5, 10]} intensity={4} /> <pointLight position={[15, 5, 10]} intensity={0.1} />
<pointLight position={[-1000, -1000, -1000]} intensity={1} /> <pointLight position={[-1000, -1000, -1000]} intensity={1} />
<pointLight position={[-1000, 0, 1000]} intensity={1} /> <pointLight position={[-1000, 0, 1000]} intensity={1} />
{state.objectData?.type === 'png' && ( {state.objectData?.type === 'png' && (