Learningthreejs - learningthreejs.com - Learning Three.js

Latest News:

how to do a procedural city in 100 lines 2 Aug 2013 | 03:47 pm

This post explains how to code “city” , a demo recently released by @mrdoob. He built a fully procedural city in 100-lines of javascript. I found the algorithm very elegant, a simple and efficient sol...

Monitor Rendering Performance Within Three.js 25 Jun 2013 | 01:58 pm

This post is about monitoring rendering performance within three.js. It presents a small standalone extension called threex.rendererstats. It collect informations from three.js renderer and display it...

Discovering Leap Device 11 Jun 2013 | 01:58 pm

Imagine controlling your computer without needing a mouse or a keyboard but only with the movement of your hands! That is what the Leap motion device is all about! It was all over the net a few months...

Mixing HTML pages inside your WebGL 30 Apr 2013 | 02:11 pm

Wouldn’t that be cool if we were able to mix normal web pages in our webgl? To interact with them as we usually do? to view them, to click on them… To scroll, to hover or even to type in input tags. O...

Debugging With Chrome's Canvas Inspection 5 Apr 2013 | 12:15 pm

This post will present to you how to debug your webgl with chrome’s canvas inspection. This is an experimental feature available in chrome devtools. It gives you all the WebGL calls which are done in ...

Load Your Game Faster with AppCache 22 Mar 2013 | 08:31 am

This post is about loading your game faster. Appcache may be great help on this. In this post, i will use a little game of mine called ‘Marble Labyrinth’ as an example to show how i got from 2.4mbyte ...

Move a Cube With Your Head or Head-Tracking with WebGL 12 Mar 2013 | 04:28 pm

This post is about head tracking and how to use it in 3D. It is surprisingly easy to do with the suitable libraries. We will experiment with headtrackr.js and three.js. headtrackr.js is a nice library...

Minecraft Character in WebGL 5 Jul 2012 | 04:22 pm

This post is about Minecraft Character. We will play with the minecraft character, learn how to do your own and make it move. I recently saw this excelent minecraft items demo by @daniel_hede. It trig...

Minecraft Character in WebGL 5 Jul 2012 | 04:22 pm

This post is about Minecraft Character. We will play with the minecraft character, learn how to do your own and make it move. I recently saw this excelent minecraft items demo by @daniel_hede. It trig...

3D Physics With Three.js and Physijs 5 Jun 2012 | 06:13 pm

This is yet another post about physics. This one is about physijs by Chandler Prall. It easily bind ammo.js and three.js. We will walk thru an example using it. Physics is always important in 3D graph...

Recently parsed news:

Recent searches: