0 votes

I'm trying to see if I can truly do 2.5 game engine stuff in Godot without the use of any true 3D functions/nodes. I have an idea about how to use Node2D stuff to create "sector" information and I can already create a basic "FPS" controller(since this "First" person controller is really a third person controller on a 2D node). So what I currently need to know, is how to create a shader that can draw polys(dumb, raster ones are fine by me) relative to the player character, sort of like projections of 2D map elements like the way Wolf3D and Doom used sector information. But I don't know the best method for drawing polys in Godot Shaders(especially for canvas_item). Any help on where to find this info or any samples would be greatly appreciated.

Godot version 3.2.3
in Engine by (144 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.