First you will have to determine the location of your particular text. It will be either in gui.__controllers or gui.__folders.__controllers.
For instance, I have a Folder called "Animation", and inside this folder I have a simple text display. But to get rid of input that is associated with the simple text display, you have to manipulate the domElement.
Yes it is.
First you will have to determine the location of your particular text. It will be either in
gui.__controllersorgui.__folders.__controllers.For instance, I have a Folder called "Animation", and inside this folder I have a simple text display. But to get rid of input that is associated with the simple text display, you have to manipulate the
domElement.The command below,
gui.__folders["Animation"].__controllers[0].domElement.hidden = true;will hide the 'input' and only display the 'application controls'.