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.
Spore Creature (COLLADA)No longer available- Doom 3 Model, Animated (MD5) - Blog Post
- Quake 2 Level (BSP) - Blog Post
- Quake 3 Level (BSP) - Blog Post - Tech Talk - Source
- Javascript Raytracer - Blog Post
- 1 Kb WebGL experiment
- iOS RAGE Level (Video Only) - Blog Post - Tech Talk - Format Notes - Source
- Team Fortress 2 Level (Video Only) - Blog Post - Tech Talk - Source
What could be the problem when the "Geometry compiled, parsing collision tree..." message stays "forever"?
ReplyDeleteI 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:
ReplyDelete?tesselate=2
That will lower the tesselation levels, which frees up some memory and allows the demo to finish building.