An open API service indexing awesome lists of open source software.

https://github.com/marianpekar/unity-to-threejs-terrain

A proof of concept of Unity terrain provided via web socket and consumed by web client using three.js
https://github.com/marianpekar/unity-to-threejs-terrain

networking nodejs proof-of-concept terrain-rendering threejs unity webgl websocket websocket-sharp

Last synced: about 1 year ago
JSON representation

A proof of concept of Unity terrain provided via web socket and consumed by web client using three.js

Awesome Lists containing this project

README

          

# How Unity Terrain goes to three.js PlainBufferGeometry via Web Socket

## About

A proof of concept of Unity terrain elevation data provided via web socket and consumed by web client using three.js to reconstruct the same terrain in browser.

![Unity Terrain to Three.js via Web Socket](images/usage.gif)

## Technology Used

- [Unity 2019.2.0b1](https://unity.com/)
- [three.js](https://threejs.org)
- [websocket-sharp](https://github.com/sta/websocket-sharp/tree/master/websocket-sharp)
- [Node.js](https://nodejs.org)