mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-05 12:59:03 +00:00
16 lines
363 B
HTML
16 lines
363 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
max-width: 500px;
|
|
}
|
|
</style>
|
|
<h1>Basis WebGL demos</h1>
|
|
<p>
|
|
Example webpages using the transcoder (compiled to WASM) to render
|
|
Basis textures in WebGL. Both demos require WebAssembly and WebGL support.
|
|
</p>
|
|
<ul>
|
|
<li><a href="texture/">Simple texture</a></li>
|
|
<li><a href="gltf/">3D model (glTF 2.0)</a></li>
|
|
</ul>
|