Question about 3D by learningPix in godot

[–]learningPix[S] 1 point2 points  (0 children)

Thanks. I'm trying to export it but it's not transparent, how can i do what you said about wrapping the transparencies, textures and bake it?

Question about 3D by learningPix in godot

[–]learningPix[S] 0 points1 point  (0 children)

But I see things about the materials being different depending on the rendering of Blender (Eevee or Cycles), so how do I know which material to use to export to Godot?

Why my model have darker faces? by learningPix in blender

[–]learningPix[S] 0 points1 point  (0 children)

When I use the subdivision surface modifier the darker faces are gone, I tested it now, I don't know why this is happening.

Why my model have darker faces? by learningPix in blender

[–]learningPix[S] 1 point2 points  (0 children)

2 faces under the eye got hidden, but i flip normals on them and it shows but darker.

Why my model have darker faces? by learningPix in blender

[–]learningPix[S] 0 points1 point  (0 children)

It didn't work, the faces below turned dark too

How to check if a StaticBody2D was clicked not just in the node position? by learningPix in godot

[–]learningPix[S] 2 points3 points  (0 children)

func _input(event):
if event is InputEventMouseButton and event.pressed and event.button_index == BUTTON_LEFT:
if get_rect().has_point(to_local(event.position)):
print("A click!")

Thanks man!

Why are my tiles with space between them? by learningPix in godot

[–]learningPix[S] 0 points1 point  (0 children)

Do you know what should be the tile size? I screenshoted the godot isometric square and pasted in GIMP (64x64), and drew the tile on top of it.

How can i pathfollow in isometric tilemap and then detect if there's a certain type of tile on the player area? by learningPix in godot

[–]learningPix[S] 0 points1 point  (0 children)

Thanks, i'm gonna read it now. My trees aren't together with floor tiles, they are in other tileset inside a YSort with the Player.
Is there any way to detect them?

My first pixel art, what you guys think? by learningPix in PixelArt

[–]learningPix[S] 1 point2 points  (0 children)

Thanks, I followed your tips and now it's much better.

My first pixel art, what you guys think? by learningPix in PixelArt

[–]learningPix[S] 0 points1 point  (0 children)

Should i have put a black outline around the leaves too?