Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在加载三维场景的时候,需要在页面上添加二维按钮等交互元素,可能会出现无法点击到这些元素的情况。这是因为三维场景被放置在所有 DOM 元素的最上层,导致鼠标事件无法穿透到下面的元素,可以使用pointer-events:none;实现鼠标的穿透。
1/1
2023年5月12日 11:21