This repository was archived by the owner on May 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsidebar.yml
65 lines (64 loc) · 2.11 KB
/
sidebar.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
- label: "Introduction"
link: "/"
- label: "Getting started"
link: "/getting-started"
- label: First Scene
items:
- label: "First Things on the Screen"
link: "/first-scene/first-render"
- label: "Lights"
link: "/first-scene/lights"
- label: "Animation"
link: "/first-scene/animation"
- label: API
items:
- label: "Canvas"
link: "/api/canvas"
- label: "Objects and properties"
link: "/api/objects-and-properties"
- label: "Automatic disposal"
link: "/api/automatic-disposal"
- label: "Events"
link: "/api/events"
- label: "Hooks"
items:
- label: "Introduction"
link: "/api/hooks/introduction"
- label: "useThree"
link: "/api/hooks/useThree"
- label: "useFrame"
link: "/api/hooks/useFrame"
- label: "useResource"
link: "/api/hooks/useResource"
- label: "useUpdate"
link: "/api/hooks/useUpdate"
- label: "useLoader"
link: "/api/hooks/useLoader"
- label: "Additional exports"
link: "/api/additional"
- label: Recipes
items:
- label: "Animating with react-spring"
link: "/recipes/animating-with-react-spring"
- label: "Dealing with effects"
link: "/recipes/dealing-with-effects-hijacking-main-render-loop"
- label: "Using your own camera rig"
link: "/recipes/using-your-own-camera-rig"
- label: "Enabling VR"
link: "/recipes/enabling-vr"
- label: "Heads-up display"
link: "/recipes/heads-up-display-rendering-multiple-scenes"
- label: "Managing imperative code"
link: "/recipes/managing-imperative-code"
- label: "Re-parenting"
link: "/recipes/re-parenting"
- label: "Reducing bundle-size"
link: "/recipes/reducing-bundle-size"
- label: "Rendering only when needed"
link: "/recipes/rendering-only-when-needed"
- label: "Shader Materials"
link: "/recipes/shader-materials"
- label: "Switching the default renderer"
link: "/recipes/switching-the-default-renderer"
- label: "Usage with React Native"
link: "/recipes/usage-with-react-native"