which is better ?

Hi
I have two models (model1.egg and model2.egg), both share same texture (texture1.jpg), model1.egg uses the entire texture, model2.egg using the bottom of the texture. In terms of performace, should be done?:

  1. leave the same texture for both models, although much is wasted in model2.egg?
    2.divide the texture for each independent model?

if two models have the same texture, the texture is loaded twice in memory?

Thanks

Sounds perfectly acceptable. Panda will make sure the texture is only loaded once.