-
- Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
HTML elements are placed as sibling nodes of the <canvas>, so camera transformations must be synchronized. A viable solution is to introduce a camera container and apply the camera matrix to it:
<div id="camera" style="transform: matrix()"> <div id="html_1"></div> <div id="html_2"></div> </div>Metadata
Metadata
Assignees
Labels
No labels