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
Added the environmentMap attribute and environmentMapReady promise to the IDL,
Added initial language about the use of a PBR shading model and IBL.
fixes 48
fixes 47
<p>The model SHOULD be rendered according to a realtime, physically-based rendering (PBR) shading model, and lit by an image-based light.</p>
433
+
434
+
<h3>Environment map</h3>
435
+
<p>If provided, an environment map MUST be interpreted as an equirectangular environment map. If an environmentMap is not specified, the User Agent MUST provide an appropriate map.</p>
436
+
437
+
428
438
<asideclass="issue" data-number="1"></aside>
429
439
<asideclass="issue" data-number="5"></aside>
430
-
<asideclass="issue" data-number="48"></aside>
431
-
<asideclass="issue" data-number="47"></aside>
432
440
<h3>
433
441
Orientation/camera
434
442
</h3>
@@ -471,6 +479,7 @@ <h3>
471
479
<h2>
472
480
Events
473
481
</h2>
482
+
<p> The <codedata-x="dom-model-environmentMapReady">environmentMapReady</code><codedata-x="idl-Promise">Promise</code> resolves when an environment map resource has been loaded, or is rejected if the resource is unable to be loaded.</p>
474
483
<p>
475
484
The [^model^] element emits a <code>ready</code><spandata-x="idl-Promise">Promise</span> when the model is processed and ready to display. The Promise is rejected if the model source cannot be loaded.
0 commit comments