25 reputation
6
bio website none
location Russia
age 23
visits member for 4 months
seen Feb 14 at 7:26
stats profile views 6

Well, i'm a gamedev newbie


Jan
27
comment How to create a game entity class for game which will be extended with new methods dynamically?
Oh, seems like it what I looking for! Thank you!
Jan
27
accepted How to create a game entity class for game which will be extended with new methods dynamically?
Jan
27
asked How to create a game entity class for game which will be extended with new methods dynamically?
Jan
20
awarded  Informed
Jan
20
awarded  Autobiographer
Jan
20
comment XNA: How to change texture reference midgame?
Well, it's uses much more resources and less flexible. Case with multiple files: 1. Assign texture to your variable 2. Draw this texture 3. Unload old texture 4. Load new texture 5. Assign new texture 6. Draw new texture Case with texture sheet: 1. Assign texture to your variable 2. Draw(Drawing and cycling though frames at the same time)
Jan
20
answered XNA: How to change texture reference midgame?
Jan
18
awarded  Analytical
Jan
18
comment Should I use Pools for particles if i forced to re-init every particle every time i create them
Thank you for explanation!
Jan
18
awarded  Scholar
Jan
18
comment Should I use Pools for particles if i forced to re-init every particle every time i create them
well, i got it, thanks everyone (:
Jan
18
accepted Should I use Pools for particles if i forced to re-init every particle every time i create them
Jan
18
awarded  Supporter
Jan
17
comment Should I use Pools for particles if i forced to re-init every particle every time i create them
They are pretty basic: 10 variables and 4 of them changes every frame(scale,color, velocity and angle) and one draw process.
Jan
17
awarded  Student
Jan
17
asked Should I use Pools for particles if i forced to re-init every particle every time i create them