-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodelling.html
92 lines (84 loc) · 3.46 KB
/
modelling.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Waveform Generation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/wavgen.css">
<link rel="stylesheet" href="css/fonts.css">
<style>
@media screen and (max-width: 700px) {
.responsive-div {
width: 95%;
}
}
</style>
</head>
<body>
<!-- Placeholder for the subnav component -->
<div id="artsubnav-container"></div>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="img01" alt="model1">
<div id="caption"></div>
</div>
<div class="header">
<h2><a href="modelling.html">3D Modelling & Sculpture</a></h2>
</div>
<a href="modelling.html" style="text-decoration: none; background-color: #340093;">
<div class="responsive-div" style="width: 90%; background-color: #FCAEBB; color: #660033; font-family: 'Arvo'; padding: 20px; margin: 20px left; border: 5px solid #660033;
background-image: url('images/textures/redcolumntall.jpg'); background-blend-mode: normal; background-size: cover;">
<h1 style="font-family: 'Arvo'; color: #660033; font-weight: bold;">Physical & Digital 3D Modelling</h1>
<h2 style="font-family: 'Arvo'; color: #660033; font-weight: bold;">From Clay to Digital Creation</h2>
<p style="font-family: 'Arvo'; color: #660033; font-weight: bold;"></p>
Exploring the art of three-dimensional creation through both traditional and digital mediums. Working with clay allows for
organic, tactile expression while balsa wood provides precision in architectural and structural models. These physical
modeling techniques inform and complement our digital 3D work, creating a bridge between traditional craftsmanship and
modern technology.
</p>
<p style="font-family: 'Arvo'; color: #660033; font-weight: bold;"></p>
In the digital realm, we utilize advanced 3D modeling software and 3D scanning hardware and software to create precise, detailed models ready for
stereolithographic printing. This additive manufacturing process brings our digital designs into the physical world,
enabling rapid prototyping and the creation of complex geometries impossible through traditional methods. The synthesis
of physical and digital modeling techniques opens new possibilities in sculptural and functional design.
</p>
</div>
</a>
<div class="row">
<div class="side">
<h3>Physical Models</h3>
<p><img src="images/1.gif" alt="Model 1" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>Clay Sculpture Process</h4>
<h4>Traditional Materials 2024</h4>
</div>
</div>
<div class="row">
<div class="side">
<h3>Digital Models</h3>
<p><img src="images/1.gif" alt="Model 2" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>3D Modeling Process</h4>
<h4>Digital Creation 2024</h4>
</div>
</div>
<div class="row">
<div class="side">
<h3>3D Printing</h3>
<p><img src="images/1.gif" alt="Model 3" style="width:320px;height:240px;"></p>
</div>
<div class="main">
<h4>SLA Printing Process</h4>
<h4>Digital to Physical 2024</h4>
</div>
</div>
<!-- Placeholder for the footer component -->
<div id="footer-container"></div>
<!-- Load the component loader script -->
<script src="js/loadComponents.js"></script>
<script src="js/modal.js"></script>
</body>
</html>