-
Notifications
You must be signed in to change notification settings - Fork 64
Customizing Glow Ores
devendrn edited this page Jul 13, 2024
·
2 revisions
Ore glow feature in Newb Shader is done by detecting pixel values with a specific opacity and applying glow on them.
The values are:
- 252/255 for 100% glow
- 253/255 for 40% glow
Note
You have to set the pixel opacity to exactly 252 or 253. Don't use percentage value to set opacity.
You can preview your edited texture here: Newb Shader Glow Preview
Additionally you can customize glow feature by editing shader config.
- Glow shimmer effect
- Glow leak effect
Join our Discord server for support.