ambiera home ambiera home   coppercube

CopperCube FAQ

Frequently asked questions and their answers regarding CopperCube:

General CopperCube

Which Flash version is required for CopperCube?

Can I create architectural walkthroughs or games with CopperCube?

What software should I use to create my 3D models?

Are there educational licenses available for CopperCube?


CopperCube Content creation

When I import my 3D model into CopperCube, it doesn't look correct, what can I do?

How can I make my 3D scenes more interesting, like moving some objects in the scene?

In my 3D scene in flash, some polygons do not seem to be rendered in the correct order.

I used the CopperCube's simpleAPI in ActionScript3, but it doesn't work, what can I do?

When moving in my 3d world, I get stuck, why?



Which Flash version is required for CopperCube?

For using CopperCube, you don't need Flash at all. It creates the .swf files on its own, without the help of another software package. When your users want to see and use your interactive 3D scene on a website, they only need the Flash player 10 installed, and thanks to websites such as YouTube, today nearly everybody has this preinstalled.

Can I create architectural walkthroughs or games with CopperCube?

Yes, you can. CopperCube even has a built-in collision system, and you can even walk up stairs with it, and don't need to program anything for this.

What software should I use to create my 3D models?

Basically, you can use any 3D modelling package to create 3d models for your scene.
If you are looking for a free and easy to use tool for creating static meshes, we can recommend Anim8or, it's free, easy to learn and exports .3Ds files which can be imported into CopperCube.
For animated meshes (skeletal animation / character animation), you could use anim8tor together with Milkshape as animator to create .ms3d files. Or take a look at the recommended software list.

Are there educational licenses available for CopperCube?

We offer special discounts to schools, students and educational institutes. Simply contact us and give us some details about the amount and types of licenses you need.

When I import my 3D model into CopperCube, it doesn't look correct, what can I do?

CopperCube supports a lot of file formats to be imported, but there can be special cases where it doesn't work perfectly. If your 3D model doesn't look correctly in CopperCube, do the following:

  • If there are only small problems like different materials or flipped faces, you can correct this in the CopperCube editor itself. Materials can be changed in the material tab, some other options are available when selecting your 3D model and right-clicking on it, in the 'modify...' menu.
  • Try to export your model with different options.
  • Try another file format. Maybe your 3D modelling software supports other file formats as well. If not, try and install an exporter, like for example an exporter for Microsofts .x file format.
  • Send us the file, so we can improve CopperCube. This might take a bit of a time, but we'll do our best.

How can I make my 3D scenes more interesting, like moving some objects in the scene?

Select the 3D object you want to make move, go to the 'Behavior' tab in the properties window of that object and add a new behavior. You can select some movement behaviors from there.
If you need some more sophisticated movment, you can script this: In the documentation of CopperCube, you'll find some examples how to move objects using either ActionScript 3 or Squirrel.

In my 3D scene in flash, some polygons do not seem to be rendered in the correct order.

The Flash environment does not support a Z-Buffer as needed by modern 3D engines, so at some special places in your scene, Z-Ordering problems may occur. The reason for these Z-Order problems is usually that there is a huge polgon behind a smaller one, and the engine is not able to decide correctly in which order to render the polygons. You can find some solutions for this problem in the documentation of CopperCube.

I used the CopperCube's simpleAPI in ActionScript3, but it doesn't work, what can I do?

Ensure that you are targeting your .swf at the Flash Player 10. Also, you can try to compile your SWF with the setting -use-network=false or start it from a webserver

When moving in my 3d world, I get stuck, why?

Sometimes, it is possible to get stuck in the geometry when moving. Always place the camera at a position so that the yellow ellipsoid isn't colliding with a wall in the beginning, so that it is not stuck.
If the camera gets stuck during movement, then the problem might be the 3d mesh: One needs to be a bit careful when modelling the static geometry the camera collides against. The geometry should be closed, and there should not be any one sided polygons sticking out anywhere, those are usually the places where one gets stuck.
Also, if the points of vertices which should be together are not exactly at the same point could cause problems. If the used 3d modelling software supports a feature like 'Merge Points' to make neighbour vertices be exactly at the same place, it is recommended to do this, it also usually helps.