Skip to content

Commit

Permalink
updating css and build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannanberry committed Apr 25, 2021
1 parent c4a7113 commit b091207
Show file tree
Hide file tree
Showing 60 changed files with 358 additions and 313 deletions.
Binary file modified base_files/glasses.blend
Binary file not shown.
Binary file added base_files/glasses.blend1
Binary file not shown.
Binary file modified base_files/model_body_NEW.blend
Binary file not shown.
Binary file added base_files/model_body_NEW.blend1
Binary file not shown.
Binary file modified base_files/model_hair.blend
Binary file not shown.
Binary file added base_files/model_hair.blend1
Binary file not shown.
Binary file added docs/includes/blush_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/body.glb
Binary file not shown.
Binary file added docs/includes/duck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/eye_whites.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/eyebrows_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/eyes_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/glasses.glb
Binary file not shown.
Binary file added docs/includes/glasses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/glasses_cat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/glasses_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/glasses_round.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/glasses_square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/hair.glb
Binary file not shown.
Binary file added docs/includes/hair_compressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/hair_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/hair_puffs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/hair_swoop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_curvy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_hair_blair.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_hair_long.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_hair_messy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_shirt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/icons_straight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/jacket_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/shirt_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/skin_default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/includes/soft.png
46 changes: 32 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IEEE VR 2020 | Avatar Customizer</title>
<meta name="description" content="IEEE VR 2020 | Avatar Customizer">
<link href="main.css" rel="stylesheet"><script type="text/javascript" src="main.js"></script></head>
<body>
<div id="container">
<div id='options'></div>

</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Avatar Customizer</title>
<meta name="description" content="Avatar Customizer">
<link href="main.css" rel="stylesheet"><script type="text/javascript" src="main.js"></script></head>
<body>
<div id="container">
<div id='left'>
<div id='buttons'></div>
</div>
<div id='options'></div>

</div>
<div class='footer'>
<p>
These avatars are compatible with <a href="https://hubs.mozilla.com/" target="_blank">Mozilla Hubs</a>
</p>
<p>

Hello :)
💖
<a href="https://github.com/rhiannanberry/Avatar-Customizer" target="_blank">Fork me</a> on Github
💖
Gimme a shout on <a href="https://twitter.com/rhiannan_online" target="_blank">Twitter</a>
💖
Send me an <a href="mailto:[email protected]">email</a>!
</p>
</div>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 14 additions & 21 deletions docs/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/main.js.map

Large diffs are not rendered by default.

18 changes: 16 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="utf-8">
<title>Avatar Customizer</title>
<meta name="description" content="Avatar Customizer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

</head>
<body>
<div id="container">
Expand All @@ -13,8 +15,20 @@
<div id='options'></div>

</div>
<div>
Hello
<div class='footer'>
<p>
These avatars are compatible with <a href="https://hubs.mozilla.com/" target="_blank">Mozilla Hubs</a>
</p>
<p>

Hello :)
💖
<a href="https://github.com/rhiannanberry/Avatar-Customizer" target="_blank">Fork me</a> on Github
💖
Gimme a shout on <a href="https://twitter.com/rhiannan_online" target="_blank">Twitter</a>
💖
Send me an <a href="mailto:[email protected]">email</a>!
</p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avatar-customizer",
"version": "1.0.0",
"version": "2.0.0",
"description": "",
"main": "main.js",
"dependencies": {
Expand Down
Loading

0 comments on commit b091207

Please sign in to comment.