godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.1k stars 69 forks source link

Add custom projection option for Camera3D #7526

Closed DxUr closed 1 year ago

DxUr commented 1 year ago

Describe the project you are working on

Adding custom projection option for Camera3D

Screenshot from 2023-08-19 09-38-27

Describe the problem or limitation you are having in your project

It is working pretty well.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Make user able to edit the projection matrix it's not that complicated i do it by just adding few lines of code.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

N/A

If this enhancement will not be used often, can it be worked around with a few lines of script?

No this needs a core implementation cant be done with script.

Is there a reason why this should be core and not an add-on in the asset library?

It needs editing the Camera3D, RenderingServer and RendererSceneCull classes

AThousandShips commented 1 year ago

Thank you for opening nonetheless, please add your support there