Hi,
At certain points in my game I need to tell the terrain not to render. I have tried using the visibility flags (0xffffffff for on 0x00000000 for off). The terrain turns off just fine, but I can never turn it back on! Is there something I need to do more than just setting the visibility flags?
Thanks
Swuth
How to toggle the terrain rendering visibility?
-
swuth
- Bronze Sponsor

- Posts: 53
- Joined: Wed Mar 25, 2015 10:01 pm
-
swuth
- Bronze Sponsor

- Posts: 53
- Joined: Wed Mar 25, 2015 10:01 pm
Re: How to toggle the terrain rendering visibility?
Anyone? There's a pint in it for the solution!
-
sercero
- Bronze Sponsor

- Posts: 544
- Joined: Sun Jan 18, 2015 4:20 pm
- Location: Buenos Aires, Argentina
- x 200
Re: How to toggle the terrain rendering visibility?
Maybe the best course of action would be going through the debug to see what this does.
There might be a bug, I never used this feature...