Update README.md

This commit is contained in:
Rich Geldreich
2026-02-19 17:57:04 -05:00
committed by GitHub
parent ea32d5ad91
commit 6467342a27

View File

@@ -1,3 +1,6 @@
# Table of Contents
- [Tesing and developing locally](#testing-and-developing-locally)
# WebGL Examples
Requires WebAssembly and WebGL support. The WebGL demos are hosted live [here](https://subquantumtech.com/xu/).
@@ -57,7 +60,7 @@ extension that is [currently in development](https://github.com/KhronosGroup/glT
![Screenshot showing a basis texture rendered as the base color texture for a 3D model in a webpage.](gltf/preview.png)
## Testing locally
## Testing and developing locally
You can locally host the files under the "webgl" folder. One way is to use [Python to setup a local webserver](https://pythonbasics.org/webserver/) in the 'webgl' directory: