Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for android_gl

**I am using software to create tile map. on map there are different objects ex circle, rectangle, ellipse, polygon etc... I have problem creating ellipse shape. other than that every thing works fine.** ** //loop though map objects and store in 'shape variable'. //so if its circle than store in …

Member Avatar for android_gl
0
640
Member Avatar for android_gl

I cant seem to find a tile map editor software where you can click and drag tiles and software makes a .map or .txt file it self? i was thinking some thing like http://www.mapeditor.org/ but it doesnt let you create .txt or .map file. o and by .txt or .map …

Member Avatar for mrnutty
0
110
Member Avatar for android_gl

i have a java project for my resume that i put it on github. and i want a fastest way to some one else to run my project. should i just put all my files there? likesrc, bin, .setting, etc... or should i just put 'src' files. or should i …

Member Avatar for JamesCherrill
0
303
Member Avatar for android_gl

http://pastebin.com/v4Jd1yTc hi I am following a tutorial which shows how to create tileMap game in java. But i cant seem to understand some of the methods and variables. main code i post it on pastebin.com take a look. problem is I cant seem to understand what is method calculateCorners is …

Member Avatar for JamesCherrill
0
122
Member Avatar for android_gl

how to test if a num is a square root? ex: 9 is square root 3 is not square root ///////////////////////////////////////////// //do not worry about sytax. int x = 0; //always start at 0 int y = 101010; //is this a square root? square(x, y){ if((x*x) >= y){ //not a …

Member Avatar for cwarn23
0
322
Member Avatar for android_gl

new to sml and not sure how to div two number in function? i want to run if statment, than div two numbers, than run if else statment. fun hello() = if(x = 1) then true //x = 10 div 5 if(x = 4) then true else false;

Member Avatar for sepp2k
0
107
Member Avatar for android_gl

I am trying to create a triangle in openGL 2.0 but some some reason background is shows up but no triangle. I am following this tutorial: http://developer.android.com/training/graphics/opengl/environment.html i have the same code as on tutorial but for some reason the triangle is not showing up. may be i missed some …

0
145