Demos


I've gathered together a list of the various demos that I've posted here on TojiCode so that you don't have to go digging for them. Demos are listed chronologically from oldest to newest.

2 comments:

  1. What could be the problem when the "Geometry compiled, parsing collision tree..." message stays "forever"?

    ReplyDelete
  2. I assume that you are trying it in Firefox? I've found that Web Workers in Firefox have some arbitrary memory limits that my demo bumps up against. Try adding this to the end of the URL:

    ?tesselate=2

    That will lower the tesselation levels, which frees up some memory and allows the demo to finish building.

    ReplyDelete