Laurens De Vocht
Laurens De Vocht
@stheppi That's correct, we moved tot Kafka 1.1. I think this is not the only error, when I fill in 'topics', it still complains that the 'class' is missing, it...
Thanks for checking with me and OK, my first idea would start where the tile map is being constructed from the json and the spritesheet into all the different objects...
Hello, I decided to start with the CloneTiles approach, the tile map is _fixed_ . Note before, I mentioned the tile map is sized 4000 tiles, this is correct but...
**x-position** yes and no :-) yes: the x position 2144 is for cropping from the tileset (a large spritesheet). no: the resulting tilemap is smaller. The first coordinates represent the...
Intermediate update from my side on the other two points: **view culling** I managed to implement view culling using an RTree and noticed improvement already, but it still bad framerate...
OK, this clarifies a lot. **clones** I will produce the clone groups in batches as you recommend, and keep you posted on the progress.- I'll check the two examples. I...
**clones** I ran the perf example on my machine, it doesn't go beyond 14 fps and also consumes extremely much (V)RAM. As mentioned, it is an old Mac, but even...
Hi, I made as small as possible Indigo project (based on the perf example project as a model), that replicates the issue clearly, you'l see it. You see colored blocks...
**clones** The scaling is OK now! The performance on my old Mac could be better (now at 17 fps instead of 2) but on a faster machine it seem OK....
**clones** UPDATE: when removing the static batch keys and the splitting in groups (of 256) in the TiledMap / toCloneGroup function, everything is rendered correctly.