- Joined
- Feb 4, 2008
- Messages
- 9,753
- Reaction score
- 1,024
- Points
- 203
Could you put this in a actual vessel's source code like the default Atlantis?C++:gcCore *pCore = gcGetCoreInterface(); if (pCore) { COLOUR4 value = { heat, 0, 0, 0 }; pCore->MeshMaterial(hMesh, material_idx, MESHM_SPECIALFX, &value, true); }
The "COLOUR4" will be replaced with "FVECTOR4" in the near future.
See API_Guide.pdf for further details. (page 14, "re-entry flames")


