我想在 A-Frame 中的 360 度图像上添加文本和图像如何在 360 度以上添加文本和图像?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<!-- A-Frame standard library if needed -->
<script src="https://aframe.io/releases/latest/aframe.js"></script>
<!-- Component (includes A-Frame core) -->
<script src="dist/aframe-no-click-look-controls.min.js"></script>
</head>
<body>
<a-scene>
<a-entity camera no-click-look-controls></a-entity>
<h1>hello</h1>
<a-sky src="https://cdn.glitch.com/fbc36a5e-0d0e-45d3-b6cb-
0c1f01f6cd8e%2FMuttukadu%20Boat%20House(2K).jpg?1491283410006"
rotation="0 -130 0"></a-sky>
</a-scene>
</body>
</html>