Voxel 相關專案
Aframe
- Easily customized environments using the Aframe-Environment-Component
- supermedium/aframe-environment-component
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aframe/0.7.1/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-environment-component@2.0.0/dist/aframe-environment-component.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>
<a-plane position="1 1 -8" rotation="45 0 0" width="3" height="3" color="#7BC8A4"></a-plane>
<a-entity environment="preset: egypt; sunPosition: 1 5 -2; groundColor: #742"><a-entity>
</a-scene>
</body>
</html>
(WIP) Cryptovoxels
Babylon.js Ethereum TypeScript