remixlab / proscene

Processing library for the creation of interactive scenes

Home Page:http://nakednous.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stop proscene from drawing grids ??

shirish47 opened this issue · comments

https://forum.processing.org/one/topic/proscene-hide-default-axis-and-grid-programmatically.html

this solutions don't work for me is there any method to stop drawing grids and axis?

for instance:
scene.setAxesVisualHint(false);
or
scene.toggleAxesVisualHint();
will do it for proscene >= 3