TzuChieh / Photon-v2

A program that takes photographs of a virtual world.
https://tzuchieh.github.io/Photon-v2-site/engine_docs/v2.0.0-beta/Photon/html/index.html
MIT License
84 stars 5 forks source link

Update the design of ActorCookingContext #74

Open TzuChieh opened 3 years ago

TzuChieh commented 3 years ago

Need to make the context object cheap to copy too (so we can easily change the "context"), this means we should not store heavy-to-copy objects such as resource caches directly in the context object. Probably as raw pointers.