-
Notifications
You must be signed in to change notification settings - Fork 0
[feature] Eye textures #48
Copy link
Copy link
Open
Labels
binary moduleIssues relating to the binary moduleIssues relating to the binary moduleenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
binary moduleIssues relating to the binary moduleIssues relating to the binary moduleenhancementNew feature or requestNew feature or request
Projects
- StatusShow more project fieldsReady for dev
Describe the solution you'd like
Eye textures are currently either white or missing textures due to the different shader they use.
Pretty sure eyes are implemented using rendertargets that move an iris around, which obviously isn't applicable to VisTrace's static acceleration structure, so I need a method to generate an applicable texture at build (or cache a copy of the RT if possible).