tejbirwason / blaze-3d-screencast

A very simple 3D scene editor made with Meteor and X3DOM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor 3D demo

X3DOM is a way to represent 3D scenes in the DOM and Meteor makes it easy to update the DOM in reaction to changes in data. When you use them together, you can easily create apps that have 3D features!

This is a very simple demo. Check out the more complete app at 3d.meteor.com.

Running the App

This uses the x3dom package from Atmosphere.

To run the app, first install Meteorite, then run the app with the mrt command.

  • Clicking places a block
  • Right-clicking removes a block
  • Dragging rotates the view
  • Scrolling zooms in and out

Screenshot

image

About

A very simple 3D scene editor made with Meteor and X3DOM.