We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace object references with colony.(see https://plflib.org/colony.htm and https://github.com/mattreecebentley/plf_colony)
store ptrs to entities and curves where needed, and use colony pointer_to_iterator to validate and access to desired data.
ents that are truely dead can be deleted(they can be streamed to file for replay recording), theyre curves will be unchanged.
objects will still have unique integer ids, but most code will be transparently using pointers to access them.
object list can store a cache of pointers to that objects curve, for quick lookup.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
replace object references with colony.(see https://plflib.org/colony.htm and https://github.com/mattreecebentley/plf_colony)
store ptrs to entities and curves where needed, and use colony pointer_to_iterator to validate and access to desired data.
ents that are truely dead can be deleted(they can be streamed to file for replay recording), theyre curves will be unchanged.
objects will still have unique integer ids, but most code will be transparently using pointers to access them.
object list can store a cache of pointers to that objects curve, for quick lookup.
The text was updated successfully, but these errors were encountered: