How do I use Blender models in Java?
问题 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 somehow? Thanks. 回答1: Generally when making models in blender you export the model in a format which allows you to later import it in the game engine of your choice, which format you use differ in requirements. The export-import cycle is often referred to as the "Asset Pipeline", and you generally want to keep it as simple and automated