资源说明:Vector 3D game engine written in Javascript and HTML5's 2D Canvas context
NPOS3D: Nuclear Pixel Old School 3D ================================ ---- ##### A 3D wireframe game engine written in Javascript and HTML5's 2D Canvas context The primary objective of NPos3d is to provide a quick and easy way to create interactive, fullscreen 3D wireframe apps, demos, and toys in as few steps as possible. For mobile devices, it disables viewport scaling and scrolling to display the canvas at a 1 to 1 pixel scale ratio and keep touch interactions focused on the visuals on the canvas. ---- ## Usage There are only a few steps involved in the setup of an NPos3d powered toy. 1. Pull in the source 2. Create a Scene 3. Create Objects 4. Add those objects to the Scene, or parent them to other objects that are attached to the Scene 5. ... 6. Profit. #### Pulling in the sources It is reccommended that you put these script tags at the bottom of your HTML file, just above the closing `