Trying to convert a 2D image into 3D objects in Java

Posted by Kyle on Stack Overflow See other posts from Stack Overflow or by Kyle
Published on 2010-05-20T08:51:36Z Indexed on 2010/05/20 11:30 UTC
Read the original article Hit count: 240

Filed under:
|
|
|
|

Hey, I'm trying to take a simple image, something like a black background with colored blocks representing walls. I'm trying to figure out how to go about starting on something like this. Do I need to parse the image and look at each pixel or is there an easier way to do it? I'm using Java3D but it doesn't seem to have any sort of built in support for that...

© Stack Overflow or respective owner

Related posts about java

Related posts about java3d