Create reference window for r3f (#169)
* Add reference window (and fix tooltips) * Replace image with data url so the build doesn't fail
This commit is contained in:
parent
8520c74116
commit
95d4e1d315
7 changed files with 247 additions and 40 deletions
|
@ -53,7 +53,13 @@ function App() {
|
|||
height: '100vh',
|
||||
}}
|
||||
>
|
||||
<Canvas dpr={[1.5, 2]} linear shadows frameloop="demand">
|
||||
<Canvas
|
||||
dpr={[1.5, 2]}
|
||||
linear
|
||||
shadows
|
||||
gl={{preserveDrawingBuffer: true}}
|
||||
frameloop="demand"
|
||||
>
|
||||
<SheetProvider sheet={getProject('Space').sheet('Scene')}>
|
||||
<fog attach="fog" args={[bg, 16, 30]} />
|
||||
<color attach="background" args={[bg]} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue