Implemented Extra vertex colors and (crippled) ADC plugin.

This commit is contained in:
Angelo Papenhoff
2015-01-06 23:17:05 +01:00
parent cec7963a9d
commit 811c045326
10 changed files with 166 additions and 409 deletions

View File

@@ -435,6 +435,7 @@ Texture::streamWrite(Stream *stream)
WriteChunkHeader(stream, ID_STRUCT, 4);
stream->writeU32(this->filterAddressing);
// TODO: 4 char string -> 8 bytes
// TODO: length can't be > 32
size = strlen(this->name)+3 & ~3;
if(size < 4)