Hello, where is stored main color of every scene? I would like to change it to white, but no idea where to, if in core or additionally in a scene. Thanks
Change black bacground to white? How to?
(3 posts) (2 voices)-
Posted 1 year ago #
-
Change CCDIrector.m line 187 to read...
glClearColor(1.0f, 1.0f, 1.0f, 1.0f);Posted 1 year ago # -
Thanks!
Posted 1 year ago #
Reply
You must log in to post.