3ds Max File Format (Part 4: The first useful data; Scene, AppData, Animatable)
The most interesting part of this file is, evidently, the Scene. Opening it up in the chunk parser, it begins like follows, and goes on for a few ten thousands…
The most interesting part of this file is, evidently, the Scene. Opening it up in the chunk parser, it begins like follows, and goes on for a few ten thousands…
Now we’ll have a look at the Config stream. It begins like follows, and goes on forever with various integer fields and other binary blobs. (StorageContainer) [15] { 0 0x2090:…
Now that we understand the outer structure of the file, it’s time to look closer to what’s inside. The DllDirectory stream looks like a good starting point. After cleaning up…
The 3ds Max file format, not too much documentation to be found about it. There are some hints here and there about how it’s built up, but there exists no…
One problem with printing stuff in color using typical CMYK printing ink, is that it’s often difficult to get the exact color you want. This color palette shows the color…
This is another short excerpt of text that I originally wrote as part of my final internship report in June. It is here aimed towards Unity, as this was the…
This is a short excerpt of text that I originally wrote as part of my final internship report in June. I prefer to look into new ways and new techniques…
SSE2 provides functionality for performing faster on aligned memory. By copying the first and last bytes of an unaligned memory destination using the conventional unaligned functionality, and copying everything in…
Recent Comments