mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Adding debug color of the region
This commit is contained in:
parent
b1b539e07a
commit
94fa2ef6a0
1 changed files with 1 additions and 1 deletions
|
@ -87,5 +87,5 @@ void main(void) {
|
|||
int region = floatBitsToInt(proxy.region.x);
|
||||
region = (0x000000FF & region);
|
||||
|
||||
varColor = vec4(float(region) / 4.0, proxy.sphere.w);
|
||||
varColor = vec4(colorWheel(float(region) / 4.0), proxy.sphere.w);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue