All Projects → CesiumGS → Cesium Threejs Experiment

CesiumGS / Cesium Threejs Experiment

Licence: apache-2.0
A small example for using Three JS on Cesium to emulate a combined scene.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Cesium Threejs Experiment

Xeogl
A WebGL-based 3D engine for technical visualization. Not actively maintained.
Stars: ✭ 920 (+810.89%)
Mutual labels:  3d, webgl
React 3d Viewer
A 3D model viewer component based on react.js 一个基于react.js的组件化3d模型查看工具
Stars: ✭ 100 (-0.99%)
Mutual labels:  3d, webgl
Cesium
An open-source JavaScript library for world-class 3D globes and maps 🌎
Stars: ✭ 8,095 (+7914.85%)
Mutual labels:  3d, webgl
Picogl.js
A minimal WebGL 2 rendering library
Stars: ✭ 671 (+564.36%)
Mutual labels:  3d, webgl
Three Forcegraph
Force-directed graph as a ThreeJS 3d object
Stars: ✭ 84 (-16.83%)
Mutual labels:  3d, webgl
Pythonocc Core
Python package for 3D CAD/BIM/PLM/CAM
Stars: ✭ 697 (+590.1%)
Mutual labels:  3d, webgl
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+928.71%)
Mutual labels:  3d, webgl
Spector.js
Explore and Troubleshoot your WebGL scenes with ease.
Stars: ✭ 599 (+493.07%)
Mutual labels:  3d, webgl
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+11482.18%)
Mutual labels:  3d, webgl
Vimeo Depth Player
A WebVR volumetric video renderer that uses color-depth based videos hosted on Vimeo.
Stars: ✭ 65 (-35.64%)
Mutual labels:  3d, webgl
Trois
✨ ThreeJS + VueJS 3 + ViteJS ⚡
Stars: ✭ 648 (+541.58%)
Mutual labels:  3d, webgl
3dhop
3D Heritage Online Presenter
Stars: ✭ 89 (-11.88%)
Mutual labels:  3d, webgl
Webworldwind
The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
Stars: ✭ 628 (+521.78%)
Mutual labels:  3d, webgl
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+719.8%)
Mutual labels:  3d, webgl
Jsmodeler
A JavaScript framework to create and visualize 3D models.
Stars: ✭ 608 (+501.98%)
Mutual labels:  3d, webgl
G3d
A pure 3D render engine compatible with webgl, running both in browser and gcanvas.
Stars: ✭ 948 (+838.61%)
Mutual labels:  3d, webgl
Clay Viewer
3D model viewer with high quality rendering and glTF2.0/GLB export
Stars: ✭ 558 (+452.48%)
Mutual labels:  3d, webgl
React Force Graph
React component for 2D, 3D, VR and AR force directed graphs
Stars: ✭ 589 (+483.17%)
Mutual labels:  3d, webgl
Dgel
A WebGPU engine.
Stars: ✭ 60 (-40.59%)
Mutual labels:  3d, webgl
Helixjs
A Javascript 3D game engine.
Stars: ✭ 84 (-16.83%)
Mutual labels:  3d, webgl

cesium-threejs-experiment

A small experiment using Three JS on Cesium to emulate a combined scene. Adapted from code provided by Wilson Muktar.

Here on github pages.

Getting Started

Requires Node.js, we recommend version 4.4+. From the root directory, run:

npm install

This will automatically download Cesium and Threejs, then copy the relevant files over to public/Thirdparty. Then, run:

npm run start

or

node server.js

You should see:

restify listening at http://127.0.0.1:8080

Navigate to http://localhost:8080 to view the experiment! You can also use other ports:

node server.js --port=4040
restify listening at http://127.0.0.1:4040

Most of the interesting code is in public/CesiumThree.js. To view changes to the demo, just refresh (or cache refresh) your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].