You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
697 B
697 B
Shell Texturing
Following the video by Acerola explaining shell texturing in video games, I decided to recreate it in Godot.
For now this uses a MultiMeshInstance and a custom shader with some basic shading in it.
As can be seen here it gives the illusion of grass made of mesh when observed from a high angle. But the illusion breaks when the observation angle gets shallow.