Back to Content

CopperCube Documentation

Welcome to the Coppercube Documentation.



A good place to start reading about how to use Coppercube is this:
Quick Overview - How to start

Tutorials

The following tutorials are available:


Simple Tutorials
Creating a 3D Walkthrough This tutorial shows how to create first person style camera controller with which you can walk trough a 3d scene and collide with walls.
Actions and Events This tutorial shows how to define actions like hiding objects, playing sounds or opening websites when the user clicks on an item in your scene.
Doing Camera Flights This tutorial shows how to create a camera flight through a 3D world using the 'path' feature in CopperCube.
Creating a 3D Model Viewer This tutorial shows how to create a simple 3D Model viewer application, making it possible to view a 3D model from all sides, controlled with the mouse.
Using a Third Person Camera This tutorial shows how to create and use a 3rd person controlled camera, a camera following an animated character moving through the world.
Creating a 3D Configurator This tutorial shows how to create a simple 3D Configurator application, with 2D buttons for viewing the 3D model from all sides and changing textures
 Tutorials about Scripting with Actionscript 3 (Flash .swf)
Movement with ActionScript 3 This example shows how to interactively move a 3d object in a Coppercube scene using Actionscript 3.
Collision with ActionScript 3 This example shows how to test a collision between the mouse cursor and a 3d object in a Coppercube scene using Actionscript 3.
 Tutorials about Scripting with JavaScript (Windows .exe, Mac OS X .app)
Movement with JavaScript This example shows how to interactively move a 3d object in a Coppercube scene using JavaScript.
Collision with JavaScript This example shows how to test a collision between the mouse cursor and a 3d object in a Coppercube scene using JavaScript.