How do we code a simple 3d cube in java or multiple 3d cubes made into a container? The cubes will be used as parts of a 3d knapsack problem to build the container and 3 types of parcels. A 3d visual representation for these is needed.
Asked
Active
Viewed 579 times
-3
-
1Can you post what you have done so far on it? Have you looked at alternatives already like lwjgl or Java3D already? – David Maust Jan 12 '16 at 01:58
-
Do you need hardware acceleration? – elect Jan 12 '16 at 08:01