You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to Physically Based
2
2
3
-
Contributions of all kinds are welcome such as pull requests and issues!
3
+
Contributions of all kinds are welcome, such as pull requests and issues!
4
4
5
5
If you have any questions or need guidance in addition to the guidelines outlined in this document, feel free to use the contact form at: [https://physicallybased.info/about/](https://physicallybased.info/about/)
<img alt="Screenshot of the web implementation" src="https://physicallybased.info/images/meta/database.webp">
5
17
</picture>
6
-
A database of physically based values for CG artists
7
18
</p>
8
19
9
20
## API
10
21
11
-
Access the API here: [https://api.physicallybased.info](https://api.physicallybased.info)
12
-
13
-
Read about how to contribute here: [CONTRIBUTING.md](CONTRIBUTING.md)
22
+
Access the API and documentation at [https://api.physicallybased.info](https://api.physicallybased.info)
14
23
15
24
## Implementations
16
25
17
26
- Web [https://physicallybased.info](https://physicallybased.info) by [AntonPalmqvist](https://github.com/AntonPalmqvist)
18
27
- Web [https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html](https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html) by [gkjohnson](https://github.com/gkjohnson)
19
28
- Web [https://kwokcb.github.io/MaterialXLab/javascript/PhysicallyBasedMaterialX_out.html](https://kwokcb.github.io/MaterialXLab/javascript/PhysicallyBasedMaterialX_out.html) by [kwokcb](https://github.com/kwokcb)
20
29
30
+
## Contribute
31
+
32
+
Read about how to contribute here: [CONTRIBUTING.md](CONTRIBUTING.md)
33
+
34
+
## License
35
+
36
+
The database is made available under the [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode) license, which means you are free to use, modify, and distribute its content without any restrictions, even for commercial purposes.
37
+
38
+
Shader ball used for renders is from [ASWF USD WG](https://github.com/usd-wg/assets/tree/main/full_assets/StandardShaderBall) licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
39
+
21
40
<!-- ## Shader Ball
22
41
23
42
The shaderball scene used to render the images is available to download below.
@@ -41,9 +60,3 @@ The shaderball scene used to render the images is available to download below.
41
60
</td>
42
61
</tr>
43
62
</table> -->
44
-
45
-
## License Information
46
-
47
-
The database is made available under the [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode) license, which means you are free to use, modify, and distribute its content without any restrictions, even for commercial purposes.
48
-
49
-
Shader ball used for renders is from [ASWF USD WG](https://github.com/usd-wg/assets/tree/main/full_assets/StandardShaderBall) licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
0 commit comments