MathBox.js icon indicating copy to clipboard operation
MathBox.js copied to clipboard

Clear color not an option

Open flying-sheep opened this issue 11 years ago • 1 comments

It’s easy enough to set it manually:

mathbox.world().tRenderer().setClearColorHex(0x000000, 0)

but since the white background is hardcoded exactly at the position where other options are applied, I’m not sure why it’s hardcoded at all. (I’m using above line of code without problem)

flying-sheep avatar May 03 '14 20:05 flying-sheep

No reason beyond laziness.

unconed avatar May 04 '14 02:05 unconed