1,231 reputation
11329
bio website twitter.com/coolshoos
location
age 18
visits member for 2 years, 4 months
seen May 14 at 2:49
stats profile views 181

website designer, game developer, programmer, videographer.


Oct
15
reviewed Reviewed Is it possible to convert file from Blender 3d to svg?
Oct
15
suggested suggested edit on Is it possible to convert file from Blender 3d to svg?
Oct
15
asked How was 20Q made?
Oct
15
revised How do I protect sending scores from HTML5 games to my server
edited tags
Oct
15
comment How do I protect sending scores from HTML5 games to my server
Couldn't you just MD5 it?
Oct
11
comment How does UVW texture mapping work?
Question: Why isn't it called RST instead of UVW?
Sep
21
awarded  Notable Question
Sep
13
revised Lag compensation of projectile shooting game
grammar and spelling.
Sep
13
suggested suggested edit on Lag compensation of projectile shooting game
Sep
11
awarded  Notable Question
Aug
23
awarded  Popular Question
Aug
11
revised How can I simulate light using mask images on the iPad?
edited tags
Aug
11
revised How can I simulate light using mask images on the iPad?
edited tags
Jul
9
comment Finding if a point is inside of a mesh (Point-in-polyhedron)
Not necessarily. The Raycast method in Unity, has an optional parameter of distance which I set to Mathf.Infinity.
Jul
1
answered Resources for 2D rendering using OpenGL?
Jun
30
comment Periodic updates of an object in Unity
You can't use a coroutine in the Update function.
Jun
30
answered Finding if a point is inside of a mesh (Point-in-polyhedron)
Jun
30
asked Finding if a point is inside of a mesh (Point-in-polyhedron)
Jun
30
comment Algorithm for creating spheres?
Thanks. I got it.
Jun
29
comment Algorithm for creating spheres?
I can't seem to get it to work. I made a new method for the GeometryProvider called Normalize(). When/where do you call it?