after12am / eisenscript

A programming language designed for generating awesome structures.
https://after12am.github.io/eisenscript-docs/
MIT License
46 stars 5 forks source link

performance is improved using gpu if not transparent #85

Closed after12am closed 4 years ago

after12am commented 4 years ago

If any primitives don't use transparent (alpha parameter), performance will be extremely improved. Because you will be able to use gpu.

c.f. https://threejs.org/examples/webgl_interactive_cubes_gpu.html

Here is 21000 objects.

screencapture-192-168-11-5-9000-examples-1586681255704

Good performance.

image