6 ms·
What are the different rendering modes referenced by the help text? I couldn't detect any difference after hitting the space bar. Very cool effect!
by bridgeyman 13y ago
What are the different rendering modes referenced by the help text? I couldn't detect any difference after hitting the space bar.
Very cool effect!
- themodelplumber 13y agoSame question here. I hit all kinds of keys and didn't see any difference.
- Ellipsis753 13y agoAdd "setRenderMode(1);" into the onResize function. Then change between the numbers 0 to 3 (so "setRenderMode(3);" for example) to try the different modes. You may have to resize the window a little each time to make the new mode start but I didn't have to. It's a little annoying that it won't register button presses.