python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Black lines between 2d textures
I just started learning opengl technology.
My program draw 2d isometric tiles and program output this:
Be unknown reasons black lines appear when two textures overlap or two textures touch.
Code examp...
Evil JuniorCplusplus
Votes: 0
Answers: 2
Coloring for 3D Isometric projection
The ask is, base on the following program
https://github.com/adonovan/gopl.io/blob/master/ch3/surface/main.go
Turn it to a web server and render the SVG as web page
Color the SVG so that the peak is ...
xpt
Votes: 0
Answers: 1
How to get tile selected with mouse?
New to pygame, and game development in general.
This is my main loop and I am trying to blit just a tile selector image on top of the current tile that the mouse is pointing to by using collisionpoint...
Caolan
Votes: 0
Answers: 1
Get isometric tile mouse selection in Pygame
I'm not managing to get this math correct, and it's a little bit difficult to explain in words. I have managed to create a isometric grid, which you can select the tiles with the mouse perfectly, and ...
Gunnar
Votes: 0
Answers: 1