I have an eyeball mesh+texture from blender that I planned to use with Cocos3D. I need to be able to dynamically change the vertices that form the pupil to animate dilation and constriction. I've never used Cocos3D before, but I'm assuming since the POD format is a binary, I won't be able to access these vertices.
So what is the best way to handle this? If I create a second POD of just the pupil vertices, can I load that and run animation calls on those points? Thanks.