How can I load texture coordinates with ofxAssimpModelLoader? The uv/texture coordinates are in the model itself.
So there is no way to use texture coordinates from loaded model ?
it should work without problem but perhaps you need to disable rectangular textures using ofDisableArbTex()
before loading the model