737 reputation
417
bio website
location
age
visits member for 2 years, 6 months
seen Mar 31 at 19:35
stats profile views 71

May
8
awarded  Notable Question
Feb
27
awarded  Popular Question
Nov
19
awarded  Popular Question
Nov
7
awarded  Yearling
Sep
12
awarded  Popular Question
Aug
25
asked In a client server first person shooter how does the server keep track of each player's hit boxes?
Aug
18
awarded  Popular Question
Jul
25
awarded  Notable Question
Jul
24
awarded  Popular Question
Jun
30
comment How many UDP ports for an MMOFPS
@Miro, yes I'm asking about how many UDP ports to use on the server.
Jun
30
asked How many UDP ports for an MMOFPS
Apr
17
awarded  Nice Question
Apr
16
asked How to deal with VBOs when rendering mesh's that may or may not be displayed?
Apr
4
accepted Why would someone chose midpoint displacement over perlin noise for 3D terrain generation?
Apr
4
accepted Can I use the Minecraft avatar in my game as long as I texture it differently?
Apr
4
asked When updating a mesh does glBufferSubdata belong in the update function or render function?
Feb
29
asked Why would someone chose midpoint displacement over perlin noise for 3D terrain generation?
Feb
20
comment Midpoint Displacement Algorithm
I know I'm late to the party but what does the following accomplish? // Resize // 1 0 1 // 0 0 0 // 1 0 1 for (size_t i = 0; i < n; i += 2) { for (size_t j = !(i % 2 == 0); j < n; j += 2) { map[i][j] = base[i / 2][j / 2]; } }
Feb
10
asked Can I use the Minecraft avatar in my game as long as I texture it differently?
Jan
21
awarded  Popular Question