-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 3.21 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>Enterprise PBR Shading Model</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="mt-5">Enterprise PBR Shading Model</h1>
<p class="lead">
The <a href="https://www.3ds.com/">Dassault Systèmes</a> Enterprise PBR Shading Model (DSPBR) is an easy-to-use, renderer-independent PBR material for a large variety of industries and use-cases, ranging from high-performance VR applications to high-quality GI renderings.
</p>
<ul>
<li>Specification
<ul>
<li><a href="spec-2022x.md.html">Version 2022x</a> (current)</li>
<li><a href="spec-2021x.md.html">Version 2021x</a> (deprecated)</li>
<li><a href="spec-2019x.md.html">Version 2019x</a> (deprecated)</li>
</ul>
</li>
<li><a href="user_guide.md.html">User Guide</a></li>
<li><a href="https://github.com/DassaultSystemes-Technology/EnterprisePBRShadingModel">Github Project</a></li>
<li><a href="https://dassaultsystemes-technology.github.io/dspbr-pt/demo/dev">Live Demo</a></li>
</ul>
</div>
<div class="row">
<div class="col"><a href="img/ex_01_rainbow_plastic.png"><img class="img-fluid p-3" src="img/ex_th_01_rainbow_plastic.png"></a></div>
<div class="col"><a href="img/ex_02_normal_example.png"><img class="img-fluid p-3" src="img/ex_th_02_normal_example.png"></a></div>
<div class="col"><a href="img/ex_03_yellow_glas.png"><img class="img-fluid p-3" src="img/ex_th_03_yellow_glas.png"></a></div>
<div class="col"><a href="img/ex_04_emission_example.png"><img class="img-fluid p-3" src="img/ex_th_04_emission_example.png"></a></div>
<div class="col"><a href="img/ex_05_specular_color_example.png"><img class="img-fluid p-3" src="img/ex_th_05_specular_color_example.png"></a></div>
</div>
<div class="row">
<div class="col">
<h2>License</h2>
<p>Enterprise PBR Shading Model (c) Dassault Systèmes 2021</p>
<p>Enterprise PBR Shading Model (DSPBR) licensed under a <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<p>In addition, please acknowledge your use of the Dassault Systèmes Enterprise PBR Shading Model (DSPBR) when DSPBR is used or implemented in a product by adding the following "[name of the product] is implementing DSPBR, the Dassault Systèmes Enterprise PBR Shading Model", in a place and format which shall be reasonably visible.</p>
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://licensebuttons.net/l/by-sa/4.0/88x31.png"></a>
</div>
</div>
</div>
</div>
</body>
</html>