|
|
|
|
|
by jesse__
372 days ago
|
|
"it's a lightweight SVG renderer" Meanwhile.. drawing 512 subdivisions for a single textured quad. It's a cute trick, certainly, but ask this thing to draw anything more than a couple thousand elements and I bet it's going to roll over very quickly. Just use webgl where perspective-correct texture mapping is built into the hardware. |
|