-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 2.32 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
<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><a href="spec.md.html">Specification</a></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>
</ul>
<h2>Raytraced Examples</h2>
<p>
<img src="img/rt_brownstone_dspbr.jpg" height="256"><img src="img/rt_darkzink_dspbr.jpg" height="256"><img src="img/rt_goldmesh_dspbr.jpg" height="256"><img src="img/rt_sss_plastic_dspbr.jpg" height="256">
<img src="img/rt_scatterglass_dspbr.jpg" height="256">
</p>
<h2>License</h2>
<p>Enterprise PBR Shading Model (c) Dassault Systèmes 2019</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>
</body>
</html>