New answers tagged rendering
0
votes
How can I efficiently render lots of moving objects in a game?
In addition to @KevinReid's answer which is spot on, you may look into compressing that transform data as much as possible.
If you can use 10 bits per each of your x, y, z positional components, for ...
2
votes
Accepted
How can I efficiently render lots of moving objects in a game?
I understand that for efficient rendering in games, you want to minimize communication between the CPU and GPU. … isn't this the CPU talking to the GPU? Isn't this very slow and what we're supposed to ...
Top 50 recent answers are included
Related Tags
rendering × 1302unity × 233
opengl × 233
c++ × 118
shaders × 110
textures × 100
java × 87
3d × 81
2d × 76
graphics × 75
optimization × 71
libgdx × 65
c# × 60
xna × 52
directx × 52
lighting × 50
camera × 44
architecture × 43
sprites × 42
directx11 × 37
tiles × 30
android × 29
glsl × 27
isometric × 27
mathematics × 25