Tagged Questions
1
vote
1answer
240 views
Models with more than one mesh in JMonkeyEngine
I’m a new jmonkey engine developer and I’m beginning to import models. I tried to import simple models and no problems appeared, but when I export some obj models having more than one mesh in the ...
-1
votes
1answer
351 views
free asset library for panda3d [closed]
my game with panda3d is slowly taking form. It's still a mere testcase but I'd like to improve its visual. Since the assets from my previous projects don't fit this game I've used placeholders for the ...
8
votes
4answers
718 views
Which is better, one big level model or multiple smaller level models?
I am writing a game in XNA 4 and I want to have something like a corridor. Do you think that is better to use one big and solid model, or to use multiple small parts (window, stairs, door...)?