Search found 2 matches
- Mon Dec 12, 2005 4:09 am
- Forum: Bug reports
- Topic: [fixed] .x face color
- Replies: 9
- Views: 889
- Fri Dec 09, 2005 6:37 pm
- Forum: Bug reports
- Topic: [fixed] .x face color
- Replies: 9
- Views: 889
[fixed] .x face color
The direct x file loader reads the face color incorrectly: In the file "CXFileReader.cpp": bool CXFileReader::parseDataObjectMaterial(SXMaterial& material) { ... // read RGBA findNextNoneWhiteSpaceNumber(); material.FaceColor.a = readFloat(); findNextNoneWhiteSpaceNumber(); material.Fa...