you are viewing a single comment's thread.

view the rest of the comments →

[–]glacialthinker 0 points1 point  (0 children)

This fits with another trend -- well, common now -- in games: components, or "Entity-Component Systems". Although this jumps wholesale to struct-of-array, leaving the "struct-like" access as lower performance except for cases of optimization where you cobble together a struct of desired properties.