diff --git a/examples/1_8_texturemap_redux.png b/examples/img/1_8_texturemap_redux.png similarity index 100% rename from examples/1_8_texturemap_redux.png rename to examples/img/1_8_texturemap_redux.png diff --git a/examples/img/Hacksore.png b/examples/img/Hacksore.png new file mode 100644 index 0000000..72f254f Binary files /dev/null and b/examples/img/Hacksore.png differ diff --git a/examples/img/cape.png b/examples/img/cape.png new file mode 100644 index 0000000..01a8f65 Binary files /dev/null and b/examples/img/cape.png differ diff --git a/examples/img/haka.png b/examples/img/haka.png new file mode 100644 index 0000000..cfcbfc5 Binary files /dev/null and b/examples/img/haka.png differ diff --git a/examples/img/hatsune_miku.png b/examples/img/hatsune_miku.png new file mode 100644 index 0000000..d434946 Binary files /dev/null and b/examples/img/hatsune_miku.png differ diff --git a/examples/img/hd_cape.png b/examples/img/hd_cape.png new file mode 100644 index 0000000..81b20d3 Binary files /dev/null and b/examples/img/hd_cape.png differ diff --git a/examples/img/ironman_hd.png b/examples/img/ironman_hd.png new file mode 100644 index 0000000..bae9374 Binary files /dev/null and b/examples/img/ironman_hd.png differ diff --git a/examples/img/mojang_cape.png b/examples/img/mojang_cape.png new file mode 100644 index 0000000..deac5c5 Binary files /dev/null and b/examples/img/mojang_cape.png differ diff --git a/examples/img/sethbling.png b/examples/img/sethbling.png new file mode 100644 index 0000000..db47a84 Binary files /dev/null and b/examples/img/sethbling.png differ diff --git a/examples/index.html b/examples/index.html index d8f02fc..ccfcc73 100644 --- a/examples/index.html +++ b/examples/index.html @@ -4,13 +4,76 @@ skinview3d - @@ -19,22 +82,314 @@
- +
+ + +
+

Canvas Size

+
+ + +
+
+ + +
+
+ +
+

Animation

+
+ + +
+ +
+

Rotate

+
+ + +
+
+ + +
+
+
+

Walk / Run

+
+ + + + + + +
+
+ + +
+
+
+ +
+

Mouse Control

+
+ + + + + + +
+
+ +
+

Skin Layers

+ + +
+
+ +
+

Textures

+
+
+ + + + + + +
+
+ + +
+
+
+
+ + + + + + +
+
+
+ +
+ + - diff --git a/package.json b/package.json index 46b311c..df0f5ff 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "build": "npm run build:modules && npm run build:bundles", "test:lint": "eslint --ext .ts src", "test": "npm run test:lint", - "dev:watch:modules": "tsc -w --declaration --sourceMap --outDir libs -p .", - "dev:watch:bundles": "rollup -w -c", + "dev:watch:modules": "tsc -w --preserveWatchOutput --declaration --sourceMap --outDir libs -p .", + "dev:watch:bundles": "rollup -w --no-watch.clearScreen -c", "dev:serve": "ws", "dev": "npm-run-all --parallel dev:watch:modules dev:watch:bundles dev:serve", "prepublishOnly": "npm run clean && npm run build"