-
-
Notifications
You must be signed in to change notification settings - Fork 417
Allow sorting front-to-back #5168
Copy link
Copy link
Open
Labels
community voteIssue was voted as high priority by the communityIssue was voted as high priority by the communityeditorIssues related to the Defold editorIssues related to the Defold editorengineIssues related to the Defold engineIssues related to the Defold enginerendertaskA task that needs to be performedA task that needs to be performed
Description
It's currently not possible to render meshes front-to-back.
-
it is also be beneficial to skip sorting (fair performance boost) for e.g. alpha blended particles.
See exploration-particle-no-sort -
Another useful sort is the y-sort, allowing for objects hiding behind other objects the higher the Y value is.
I think that a material property is the most frequent use case, but I wonder if it's also useful to have it as a render script override as well? We need to find a use case for that before adding it to the render script api.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
community voteIssue was voted as high priority by the communityIssue was voted as high priority by the communityeditorIssues related to the Defold editorIssues related to the Defold editorengineIssues related to the Defold engineIssues related to the Defold enginerendertaskA task that needs to be performedA task that needs to be performed