You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A turn based tactics game that looks like something from the 1990’s.
Instead of using speculars/catchlights, the speculars are baked into the texture.
The reflection probes, though, are for important items to collect.
Describe the problem or limitation you are having in your project
Upon experimenting with reflection probes, I can see I couldn’t necessarily toggle it to point to get the aesthetic of a PS1 game.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Make it a feature on the reflection probe node to allow for users to toggle the filtering of reflection textures for Godot 3 and 4.
This also goes for the resolution of the texture.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
On the inspector for the reflection probe node, the reflection texture’s resolution would be a simple int that changes the resolution of the texture upon the value being changed.
For the filtering, that would be an enum with point being one of them to disable filtering.
You can set the default values in the project settings or the environment resources.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don’t think so. I’ve look and asked others.
Is there a reason why this should be core and not an add-on in the asset library?
I felt it would be easily to do.
That, and it could work well for users who’re making retraux PS1 games just the same.
The text was updated successfully, but these errors were encountered:
For performance reasons, this may not warrant a per-node setting and may be better to implement as a project setting. This is what decals and light projectors provide (both of which are clustered elements, like reflection probes).
For performance reasons, this may not warrant a per-node setting and may be better to implement as a project setting. This is what decals and light projectors provide (both of which are clustered elements, like reflection probes).
Describe the project you are working on
A turn based tactics game that looks like something from the 1990’s.
Instead of using speculars/catchlights, the speculars are baked into the texture.
The reflection probes, though, are for important items to collect.
Describe the problem or limitation you are having in your project
Upon experimenting with reflection probes, I can see I couldn’t necessarily toggle it to point to get the aesthetic of a PS1 game.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Make it a feature on the reflection probe node to allow for users to toggle the filtering of reflection textures for Godot 3 and 4.
This also goes for the resolution of the texture.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
On the inspector for the reflection probe node, the reflection texture’s resolution would be a simple int that changes the resolution of the texture upon the value being changed.
For the filtering, that would be an enum with point being one of them to disable filtering.
You can set the default values in the project settings or the environment resources.
If this enhancement will not be used often, can it be worked around with a few lines of script?
I don’t think so. I’ve look and asked others.
Is there a reason why this should be core and not an add-on in the asset library?
I felt it would be easily to do.
That, and it could work well for users who’re making retraux PS1 games just the same.
The text was updated successfully, but these errors were encountered: