Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KHR_materials_volume #1726

Merged
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
25cbc3f
Added KHR_materials_volume.
proog128 Dec 6, 2019
52e090e
Added implementation details.
proog128 Dec 7, 2019
6e3aa63
Added more details.
proog128 Dec 7, 2019
dc227b1
Added the term "extinction coefficient".
proog128 Dec 12, 2019
25c8ab7
Swapped V and L to use common path tracing convention.
proog128 Dec 12, 2019
4a26990
Added images to explain refraction, absorption and SSS.
proog128 Dec 12, 2019
901d32e
Align notation with core spec.
proog128 Jan 8, 2020
4149c67
Added thickness texture.
proog128 Jan 8, 2020
1c8008e
Update schema.
proog128 Jan 8, 2020
81e157c
Place images side-by-side in Github markdown.
proog128 Jan 8, 2020
00bc2e5
Do not mention TIR.
proog128 Jan 10, 2020
e1bae20
Remove hint.
proog128 May 20, 2020
a2170ea
Change parameter names to make them understandable without extension …
proog128 Jun 16, 2020
f9889eb
Clarify texture type.
proog128 Jun 16, 2020
e19b29b
Add Boolean parameter that switches between thin-walled and volumetri…
proog128 Jun 16, 2020
20b4327
Add information about interaction with KHR_materials_translucency.
proog128 Jun 30, 2020
7e0455c
Sample thickness from G channel.
proog128 Jun 30, 2020
336470c
Major refactoring of the volume extension to account for recent sugge…
proog128 Jul 30, 2020
e9ba47e
Add em tags for captions.
proog128 Jul 31, 2020
2271905
Fix references.
proog128 Jul 31, 2020
d7354be
Remove left-overs and add details.
proog128 Aug 3, 2020
d03ac76
Default IOR is 1.5.
proog128 Aug 3, 2020
ca21deb
Fix sigma_t.
proog128 Aug 3, 2020
a1cd9b7
Use SVG for figures.
proog128 Aug 3, 2020
13d363f
Fix half vector.
proog128 Aug 3, 2020
6bd1f3f
Use consistent notation to KHR_materials_transmission in implementati…
proog128 Aug 4, 2020
f2a5ba8
Fix array lengths of defaults.
proog128 Aug 19, 2020
fe66014
Add details about Fresnel.
proog128 Aug 19, 2020
3af4caa
Double sided has only an effect on thin-walled materials.
proog128 Sep 21, 2020
ccd2c19
Add link to properties section.
proog128 Oct 28, 2020
1c24b36
Add hint about disabling SSS.
proog128 Oct 28, 2020
c6be3db
Add some links and details about translucency and SSS.
proog128 Nov 5, 2020
0a9d209
Volume extension split WIP
bsdorra Jan 6, 2021
cfb190a
Add drawing to explain refraction and absorption.
proog128 Jan 7, 2021
d4c5be2
Change volume ext to use attenuation semantics
bsdorra Jan 7, 2021
0f62577
Change sss ext to use scatter distance+color
bsdorra Jan 7, 2021
56963a9
Add suggested changes from review
bsdorra Jan 8, 2021
b9734a6
More review changes
bsdorra Jan 11, 2021
470700f
Remove sss ext from volume
bsdorra Jan 11, 2021
8133e9b
Remove translucency references from volume
bsdorra Jan 16, 2021
033af7b
Add suggested changes
bsdorra Jan 18, 2021
74c9075
Fix TOC
bsdorra Jan 18, 2021
262261a
Merge remote-tracking branch 'upstream/master' into KHR_materials_volume
proog128 Jan 19, 2021
e5c297c
Make compatible to new Appendix B.
proog128 Jan 18, 2021
a30002b
Make compatible to new Appendix B.
proog128 Jan 18, 2021
d250b2e
Add figure.
proog128 Jan 19, 2021
aab749d
Update extensions/2.0/Khronos/KHR_materials_volume/schema/glTF.KHR_ma…
bsdorra Jan 25, 2021
f616d7b
Change thickness/attenuationDistance description
bsdorra Jan 26, 2021
77d55aa
Update contributor list
emackey Apr 5, 2021
e7cdd9a
More contributors
emackey Apr 5, 2021
b37c6af
Fix maximum of attenuation color.
proog128 Apr 6, 2021
780f5b4
Clean up info about coordinate spaces and add more details regarding …
proog128 Apr 6, 2021
87f3e4a
Improve wording.
proog128 Apr 6, 2021
a5f3f2f
Add boilerplate.
proog128 Apr 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
276 changes: 276 additions & 0 deletions extensions/2.0/Khronos/KHR_materials_volume/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions extensions/2.0/Khronos/KHR_materials_volume/figures/thin-thick.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading