Hi,
i´m creating an editor to make printable shirts and I use three js with pixi js. My objects like shirt or cup is in three js and workplace like canvas, where I can edit everything is from PIXI. And that is a problem I think so. My container has dimensions like 4000x4000 ... I know, its huge, Buut there is no a lots of object, so where can be problem with performance? This is highly in Firefox, where in smallest texture (product stone15) is FPS about 2-7..... Its horrible low!
What I´m doing wrong and how I can fix it to make better performance mainly in Chrome and Firefox?
This product is little bit better http://localhost:8080/index.html?product=stone15
This is really horrible in both chrome and firefox: http://localhost:8080/?product=tricko_polyester_unisex
This is good in chrome but bad in firefox: http://localhost:8080/?product=cup&type=white
Here you can find my sources
https://github.com/kstroka/myeditor
Thank you for your response and I´ll be refund you if you can help me!