1

I am looking to develop a game for opengl and wondering what format you recommend for using internally. The idea being to open up for contributions so some format with a lot of features, open, available and quite possibly also sample loading/rendering. Platform is java and lwjgl.org I've been looking at collada but not sure it's suitable, seems to be more of an interoperability format for integration.

genpfault
  • 51,148
  • 11
  • 85
  • 139
Andreas
  • 545
  • 1
  • 4
  • 16
  • 2
    Do you mean internally as in the memory representation of the model, or internally as in which file format to use for on-disk storage? – Staffan Jul 09 '10 at 13:30
  • 4
    Also, you need to clarify exactly what it is you need -- do you need key framed animation, skeletal animation support, mesh skinning weights, what kind of material handling, shader support, etc. etc. – Staffan Jul 09 '10 at 13:32

1 Answers1

2

May I suggest reading some of the answers to the following questions:

Community
  • 1
  • 1
Greg S
  • 12,333
  • 2
  • 41
  • 48