Model vertex color question

Posted By: Steempipe

Model vertex color question - 01/04/16 15:11

Hi,
From what I can tell by looking at the model format and such, am I right to understand that vertex colors that are painted in another app, exported with the model, and then imported into MED do not keep the vertex color info? To have for use in shaders.
Thanks,
Eric
Posted By: jcl

Re: Model vertex color question - 01/05/16 12:46

That's right. There is no color field used in the A8 vertex struct. Of course, you can implement a shader that uses another field for the color info.
Posted By: Kartoffel

Re: Model vertex color question - 01/05/16 12:57

As far as I know, Acknex's vertex struct has some additional floats that can be used for things like this.
Posted By: Steempipe

Re: Model vertex color question - 01/05/16 22:57

Ok. Thanks for the feedback guys.
© 2024 lite-C Forums