Skip to content

Commit 2fb8144

Browse files
committed
Ajustments, debug mode added, custom focus el..
1 parent d800716 commit 2fb8144

File tree

12 files changed

+117
-12776
lines changed

12 files changed

+117
-12776
lines changed

example/src/App.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ export default function App() {
146146
actionCall={() => (state.dark = !snap.dark)}
147147
activationMsg="Lower light enabled"
148148
deactivationMsg="Lower light disabled"
149-
disabled={snap.disabled}>
149+
disabled={snap.disabled}
150+
debug={true}
151+
a11yElStyle={{ marginLeft: "-40px" }}>
150152
<ToggleButton position={[0, -3, 9]} />
151153
</A11y>
152154
<A11y
@@ -157,7 +159,7 @@ export default function App() {
157159
actionCall={() => (state.disabled = !snap.disabled)}
158160
activationMsg="Scene activated"
159161
deactivationMsg="Scene disabled">
160-
<SwitchButton position={[-5, -5, 7]} />
162+
<SwitchButton position={[-3, -5, 7]} />
161163
</A11y>
162164
</group>
163165
{/* <Suspense fallback={null}>

example_old/.prettierrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

example_old/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

example_old/package.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

example_old/public/diamond.glb

-16.4 KB
Binary file not shown.

example_old/public/index.html

Lines changed: 0 additions & 43 deletions
This file was deleted.

example_old/public/rupee.glb

-8.92 KB
Binary file not shown.

example_old/src/App.js

Lines changed: 0 additions & 207 deletions
This file was deleted.

example_old/src/index.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

example_old/src/styles.css

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)