开发者

Hidden line removal in JavaScript or Python?

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, foca开发者_StackOverflowl 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?


Maybe the Python Nacrisse interface is useful?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜