3D Card Effect In Godot 4

preview_player
Показать описание
Lately I've been playing a lot of Marvel Snap and decided to have a crack at a 3D card effect in Godot. Here's how I achieved the Pokemon example!

I used Godot 4 in the video, but this will work in Godot 3 too.

Github:

Resources:
Рекомендации по теме
Комментарии
Автор

You do fantastic content!
I really hope you will get many more subscribers as this channel definitely does not get the attention it deserves.

j.c.
Автор

Saw this from Reddit! Really cool, thank you

DrDrift-rlcc
Автор

Huuuuge congrats on 1K! You're absolutely crushing it! :D

AslanSilva
Автор

Coming in late to say, holy crap, what an amazing effect idea. How has nobody done this?

BritBox
Автор

I've recently started my journey into 3D and shaders with Godot 4, so your channel is the perfect one to stumble upon! Keep up the great content!

gamedev
Автор

You definitely deserve every subscriber you've gotten so far past that 1K mark. Thank you for the high-quality learning resource!

RandoYoutubeAccount
Автор

Very interesting video that proposes a solution that can be useful, for sure. Thanks again for your time.

ldstudio
Автор

Nice tutorial! Idk how complicated the topic actually is, but it would be really nice if you could cover the topic of mesh generation a bit, especially along a curve. So that I can for example generate a roller coaster track through a set of Bézier curves. But anyway, thanks for your afford and your tutorials in general.

Ochros
Автор

An example of a 3d platform from scratch would be very useful,
thanks for sharing

eduardofernandez
Автор

Oh it help with the example with ref was able to set up right. Did follow the video only to find there some missing set up. As well error handling was not showing well.

darknetworld
Автор

How do you learn all these different principles? I'm struggling to become self-sufficient with game dev, never feels like the docs give me enough info

The_Soup_Wizard
Автор

hum do you think it's possible to do the same effect with the portal feature?

comaharmonium
Автор

I just wanted to know how I do the texturing but that part was missing from the project. Scared about pokemon copyright? :D

ThatPianoNoob
Автор

isnt there a new feature called portal in godot ?

nicolaslanzoni
Автор

please do a motorcycle lesson in Godot 4

blogerok
Автор

is there a way to fix the error msgs "ViewportTexture: Path to node is invalid." The card effect worked for me, but the error msgs are bugging me 😅 . Great Video!

PhucQPL
Автор

really nice, thanks. sometimes the video could be a little bit slower, otherwise perfect tutorial !
I run into an issue with the newer versions of godot where I had to set the viewport texture property from a script or else it would not work.
mesh.surface_get_material(0).set_shader_parameter("view_tex", $SubViewport.get_texture())

Cobblestoned