How do I use Blender models in Java?

前端 未结 4 1672
故里飘歌
故里飘歌 2021-02-04 05:13

Just a general question really?

Let\'s say I am making a game and have made a character model in Blender. How would I use this model in Java?

Would I import it s

4条回答
  •  礼貌的吻别
    2021-02-04 05:30

    There are input/output scripts available for Blender that will help you.

    Blend2Java, for example, is a set of Python scripts for use with Blender that will export to Java XML, which can be decoded with the standard java.beans.XMLDecoder class.

    There's a good overview of how to do this at http://blend2java.sourceforge.net/blend2java-howto.html

提交回复
热议问题