Search found 1 match

by nickolai
Wed Feb 14, 2018 6:43 am
Forum: Physics authoring tools, serialization, standards and related topics
Topic: Why are chunk pointers updated when deserializing?
Replies: 0
Views: 35065

Why are chunk pointers updated when deserializing?

Sorry for the rather terse title. I’ve been playing around with the serialization/deserialization code. It’s really awesome that it can resolve pointers to structures (so long as the struct being pointed to is serializable of course), but I find one of the details of how it does this confusing. On t...