Hidden line removal in JavaScript or Python?

Posted by feklee on Stack Overflow See other posts from Stack Overflow or by feklee
Published on 2010-03-21T13:32:06Z Indexed on 2010/03/21 18:41 UTC
Read the original article Hit count: 182

Filed under:
|
|
|
|

I have the following task:

  • Input:

    A 3D scene comprised of a set of cuboids. Could be broken down to a set of triangles.

    A description of a camera: position, direction, focal length.

  • Output: 2D wire frame projection of the scene as a set of lines. Important: Hidden lines removal should have been applied.

  • Platform: Web app running on Google App Engine for Python.

Any idea if there is a JavaScript or Python library that does this?

© Stack Overflow or respective owner

Related posts about 3d

Related posts about hidden