Search found 3 matches

by arsenavin
Sun Nov 13, 2011 4:21 am
Forum: OpenGL Programming
Topic: OpenGL 2D Examples - 101 The 2D Basics (w/pics)
Replies: 11
Views: 28871

Re:

Hi Baker, can we do it to display a Circle Minimap ..can or not?
by arsenavin
Sun Nov 13, 2011 3:11 am
Forum: OpenGL Programming
Topic: Circle 2D Map
Replies: 2
Views: 4866

Re: Circle 2D Map

GTA3 does it by a circle texture with an alpha with a GE128 blend and a depthwrite, and many small textures of the map in little pieces (since PS2 cache sucks) then it reads the depth of that circle texture to trim it to that circle A second alpha-blended circle is applied on top to soften the tran...
by arsenavin
Sat Nov 12, 2011 7:26 am
Forum: OpenGL Programming
Topic: Circle 2D Map
Replies: 2
Views: 4866

Circle 2D Map

Hello, i am newbie here..
Currently i am developing 3D environment + 2D map for my final project (Opengl,C++)
My problem is how to draw the "Circle Shape" Map to the 3D environment screen?
It like a GTA interactive map..
Image
Any idea?