-
-
Notifications
You must be signed in to change notification settings - Fork 216
A‐Frame
Raoul v. R edited this page Apr 7, 2023
·
13 revisions
In order to use this library with the WebVR framework A-Frame, you'll need to register a custom system as shown in this example.
Note that the given example replaces the render
method of the main WebGLRenderer
instance with a wrapper method that lets the EffectComposer
decide when things should be rendered. There's currently no other way to disable the automatic render behaviour of A-Frame.