|
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
|
|
|
|
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.
|
|
|
|
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.
|