Is there a standard way for quickly swapping out objects?
I'm thinking of making an addition to my game so that objects get swapped for very simple billboards at large distances.
If i can i get two benefits:
incredible distant objects can be made easily selectable.
Rendering very large quantities of objects will have less of an impact of rendering speed(I'm not really worried by this though as it hasn't been an issue so far).
I'm thinking of making an addition to my game so that objects get swapped for very simple billboards at large distances.
If i can i get two benefits:
incredible distant objects can be made easily selectable.
Rendering very large quantities of objects will have less of an impact of rendering speed(I'm not really worried by this though as it hasn't been an issue so far).