Daan Vanden Bosch
864bf40da3
Prevented all tests to log to console, except for one DebugController test.
2020-09-27 00:31:22 +02:00
Daan Vanden Bosch
8b8e87c8c5
Quest entities are now backed by an ArrayBufferBlock so that a "custom entity properties" feature can be added later.
2020-07-18 23:00:48 +02:00
Daan Vanden Bosch
767397d26d
Removed custom WebGL and WebGPU renderers. All 3D rendering is now done by THREE.js again.
2020-07-14 21:50:35 +02:00
Daan Vanden Bosch
c9891410d9
Improved WebGPU renderer:
...
- The renderer now uses buffer memory mapping instead of the deprecated setSubData
- It can now render models without texture
- It can now use S3TC textures
2020-04-26 22:19:26 +02:00
Daan Vanden Bosch
a19a3a4837
WebGPU renderer can now render textures. WebGL and WebGPU renderers now reuse more code.
2020-01-25 22:38:07 +01:00
Daan Vanden Bosch
20d5b0d52d
Added textures to character class models in model viewer.
2020-01-03 00:50:19 +01:00
Daan Vanden Bosch
02708a0436
Static data formats now conform to the rest of the project's code style.
2020-01-01 16:05:23 +01:00
Daan Vanden Bosch
050e0ffd57
Added Vol Opt part 2.
2020-01-01 14:26:14 +01:00
Daan Vanden Bosch
d5bfa67d82
Ejected from create-react-app. Development server and production builds are working. Using css modules now.
2019-07-27 01:49:19 +02:00