-
Notifications
You must be signed in to change notification settings - Fork 0
/
Models.html
64 lines (57 loc) · 3.32 KB
/
Models.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML>
<html>
<head>
<title>3D Model Showcase</title>
<link rel="icon" type="image/x-icon" href="/images/Favicon.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">PlanetHoshii</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Models.html" class="active">3D Model Art Showcase</a></li>
<!--<li><a href="Achievements.html">Achievements</a></li>-->
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">3D Model Art Showcase</h1>
<p><span class="image left"><img src="images/Model.png" alt="" /></span>For a long time, I was always interested in creating art and creating different characters for my Unity Projects. In 2020, I started studying <a href="https://blender.org" target="_blank"><b>Blender</a></b></a> for my own forms of character creations. I've created characters with and without references and have built characters from the default cube. I have been creating characters for a total of three years and have done both <u>male and female</u> in <b>anime style, chibi style, and semi-realistic.</b> I am willing to learn more to further expand my knowledge with characeter modeling, as well as to create characters that work further than Unity.</p>
<br><br><br><br><br>
<p><span class="image right"><img src="images/Spaceship Render.png" alt="" /></span>On top of creating characters, I've created different models of furniture, rooms, and even replicas of my Engineering Models. I was throughly taught <b><a href="https://www.autodesk.com/" target="_blank">AutoCAD, Autodesk Maya, and Fusion</a></b> in school and still use it to this day. I primarily use Blender for projects that require rigging and animation, while I use Fusion for models that require simulation modeling and engineering rendering.</p><br>
<ul class="actions">
<li><a href="https://drive.google.com/drive/folders/1-AaYfITxKX3mLXh_-Q_F1tit3r8l21-A?usp=sharing" target="_blank" class="button">View my 3D Model Personal / School Projects</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© PlanetHoshii </li>
</ul>
</div>
<!-- Scroll to Top Button -->
<a href="javascript:" id="return-to-top"><i class="icon-chevron-up"></i></a>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>