- Home /
Why do I get those green lines?
There's something going on with the texturing. Could it be that it doesn't react fast enough to show in it's "correct" position? I'm getting green lines at the edge of some of the blocks in my game. Each "tile" is a cube with a normal png attached to it.
Controls: Xbox left joystick and A button to jump, or keyboard A+D/Left+Right and Space to jump.
https://dl.dropboxusercontent.com/u/41433115/Didon%20Web/Didon%20Web.html
This could be something called 'z-fighting'. Are the two textures slightly clipping into each other?
The cubes and textures are both 64x64 (and cubes are also 64 units deep) units and placed at a 64 unit distance per cube. Does that answer your comment? :s
This will be difficult to answer without seeing it in the editor...
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
2D Tile Texture Size? 2 Answers
Hatching shader (Two o.Albedo ?) 1 Answer
How do I use many different tile textures for one mesh? 2D Tile based game. 2 Answers
Tilemap: Resizing Tiles? 1 Answer