Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3D General / AREA website support Forum / Formatting and parts of post are lost.
  RSS 2.0 ATOM  

Formatting and parts of post are lost.
Rate this thread
 
9361
 
Permlink of this thread  
avatar
  • Total Posts: 585
  • Joined: 18 February 2008 07:25 PM

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



Replies: 0
avatar
  • Location: West Midlands, England, UK
  • Total Posts: 14412
  • Joined: 06 August 2007 11:06 PM
  • Permlink of this post

Use the [ code ] [ /code ] tags.

for (0lMaterialIndexCounti++)
      
{
        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.

Replies: 0