0

How to write item with a specific color in three.js gui menu. Or add a square or circle with a speficic color before a item menu.

Thanks

Stemkoski
  • 8,936
  • 3
  • 47
  • 61
user2244365
  • 577
  • 2
  • 5
  • 10

1 Answers1

1

Are you referring to dat.gui ? If so, then this is a separate software library from three.js, and instead you can read about all the capabilities at:

http://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage

As far as I know, there is no way to add decorations as you mentioned to dat.gui.

Stemkoski
  • 8,936
  • 3
  • 47
  • 61