|
Any indenting when posting code is lost,, making it very hard to read. Also, array accesses in code do not appear in the post.
lMaterialIndices and Attributes both have [ i ] (no spaces) after them, but are not displayed in the post.
Can these be fixed please?
-Doug
for (i = 0; i < lMaterialIndexCount; i++)
{
int matID = lMaterialIndices;
m_Attributes = matID;
-Doug
|
|
|
|
Use the [ code ] [ /code ] tags.
for (i = 0; i < lMaterialIndexCount; i++)
{
int matID = lMaterialIndices[i];
m_Attributes[i] = matID;
Max 4.2 through 2013.
XP-64 (SP2)
NVidia 9800GTX-512 (Driver 266.58).
Core 2 Quad Q6600 2.4GHz, 8Gb Ram, DX9.0c.
|
|
|