How do I use Blender models in Java?

前端 未结 4 1680
故里飘歌
故里飘歌 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:44

    Yet another solution: Java .Blend provides you with a type-safe Java API to all data in a Blender file. It supports even creating new Blender files from within Java ;)

提交回复
热议问题