diff --git a/index.html b/index.html index 3333cfa..fc7b6d4 100644 --- a/index.html +++ b/index.html @@ -384,8 +384,12 @@

readonly attribute Promise<HTMLModelElement> ready; readonly attribute DOMPointReadOnly boundingBoxCenter; readonly attribute DOMPointReadOnly boundingBoxExtents; + attribute DOMMatrixReadOnly entityTransform; + attribute USVString environmentMap; + readonly attribute Promise<undefined> environmentMapReady; + [Reflect=stagemode] attribute DOMString stageMode; }; @@ -425,10 +429,14 @@

Rendering

+

The model SHOULD be rendered according to a realtime, physically-based rendering (PBR) shading model, and lit by an image-based light.

+ +

Environment map

+

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.

+ + - -

Orientation/camera

@@ -471,6 +479,7 @@

Events

+

The environmentMapReady Promise resolves when an environment map resource has been loaded, or is rejected if the resource is unable to be loaded.

The [^model^] element emits a ready Promise when the model is processed and ready to display. The Promise is rejected if the model source cannot be loaded.