3D+JavaScript


<bgsound src="/articles/d3/mission_impossible.mid" />

Introduction

You will see a 3-Dimensional cube in filar mode (only lines) that rotate and bounce against the borders. The cube is updated very slowly, because the browser draws the lines very slowly.

What is it for ?

In my opinion it's a technical feat: If you know nothing about JavaScript, you will probably not appreciate this demonstration. This 3D "engine" was created by Werner BEROUX, like the rest of this site.

Result

Warning: Don't forget to activate JavaScript.

Further

Some people have found a way using the div and css to make those triangles filled. You can find some details on Useless Pickles.