vue<template>
<div>
<span>cesium渲染高斯泼溅模型</span>
<a href="https://antimatter15.com/splat/">WebGL 3D Gaussian Splat Viewer</a>
</div>
<div>
<span>基于 CSS 3D UI 的 WebGL 海浪模拟。</span>
<a href="https://david.li/waves/">WebGL ocean wave simulation with a CSS 3D UI.</a>
</div>
</template>
<script setip>
console.log(123)
</script>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15