Commit 7628b57
authored
feat: API rework and docs v0.6.0 (#199)
* move geometry descriptors into geometry module
* transform rework WIP, move Materials into materials mod
* rename Materials to MaterialDescriptor
* API rework and documentation
fixed some tests
* remove SceneBuilder
* NestedTransform needs to be marked dirty after update
* fixed some more tests
* fixed NestedTransform bug where modification didn't update children
* fixed ui tests, ui builder API changes
* update lighting API
* sync light's node transforms
* rename Renderlet* to Primitive*, fix doc examples, fix doc links
* regen shaders, move bloom shaders
* doc updates, manual stub
* work on docs and the manual
* manual: stage remove resources
* manual gltf model swap and hdr swap
* move skybox shader stuff to a shader module
* Atlas: update images in place
* move test utils into lib under feature gate
* separated brdf lut from skybox
* move ibl into pbr
* make Skybox.environment_cubemap private, provide getter
* split Skybox and Ibl
* fixed tests
* manual: lighting stubs
* remove done todos
* workflows: bump cargo gpu
* update example-culling to new API
* workflow: bump cargo gpu to bugfix rev
* xtask: manual has configurable docs url1 parent 8493bcc commit 7628b57
211 files changed
Lines changed: 11560 additions & 8182 deletions
File tree
- .github/workflows
- crates
- example-culling/src
- example-wasm/src
- examples
- src
- example/src
- renderling-build/src
- renderling
- shaders
- src
- atlas
- bloom
- camera
- cubemap
- cull
- draw
- geometry
- gltf
- ibl
- diffuse_irradiance
- internal
- light
- cpu
- linkage
- material
- pbr
- brdf
- ibl
- primitive
- skybox
- stage
- tonemapping
- transform
- ui
- cpu
- tests
- xtask/src
- manual
- src
- assets
- lighting
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | | - | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
0 commit comments