Search found 2 matches
- 2018-03-02T00:17:36-07:00
- Forum: Users
- Topic: Export opaque and transparent geometry data for png
- Replies: 3
- Views: 2198
Re: Export opaque and transparent geometry data for png
Hello snibgo, Thanks for answering. I'm already using a tool that can extract geometry data in json format from any given sprite. And I also already have the final image. But something you said struck me as potentially very useful. You said IM can divide a png into multiple images containing only ...
- 2018-03-01T07:40:01-07:00
- Forum: Users
- Topic: Export opaque and transparent geometry data for png
- Replies: 3
- Views: 2198
Export opaque and transparent geometry data for png
Hello all you happy people. I'm trying to enable front to back rendering on my webgl game engine. But I need two separate sets of geometry data associated with each sprite. Right now the best I can do is one geometry containing everything. But overdraw really kills browser performance, especially on ...