Skip to content

Commit 5fe3678

Browse files
committed
baw photos and minor css changes
1 parent b3393cc commit 5fe3678

File tree

9 files changed

+21
-14
lines changed

9 files changed

+21
-14
lines changed

app/services/page.tsx

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import OptimizedLoopVideo from "../components/OptimizedLoopVideo"
66

77
// baw
88
import volumeReconstruct from "@/public/clients/baw/volume_reconstruct.png";
9+
import baw1 from "@/public/clients/baw/baw1.jpg";
10+
import baw2 from "@/public/clients/baw/baw2.jpg";
11+
import baw3 from "@/public/clients/baw/baw3.jpg";
12+
import baw4 from "@/public/clients/baw/baw4.jpg";
13+
import baw5 from "@/public/clients/baw/baw5.jpg";
14+
import baw6 from "@/public/clients/baw/baw6.jpg";
15+
import baw7 from "@/public/clients/baw/baw7.jpg";
916

1017
// n4ce
1118
import n4ce_1 from "@/public/clients/apps_in_cadd/n4ce_1.jpg";
@@ -46,14 +53,14 @@ function PastProject({company, companyWebsite, images, videos, projects}: PastPr
4653
key={index}
4754
src={image}
4855
alt={`${company} showcase ${index+1}`}
49-
className="w-[500px]"
56+
className="w-[500px] object-cover"
5057
/>
5158
)}
5259
{videos && videos.map((video, index) =>
5360
<OptimizedLoopVideo
5461
key={index}
5562
src={video}
56-
className="aspect-video w-[500px]"
63+
className="aspect-video w-[500px] object-cover"
5764
/>
5865
)}
5966
</div>
@@ -97,6 +104,18 @@ export default function Page() {
97104
<>Ongoing Vulkan Real-Time Path Tracer development</>
98105
]}
99106
/>
107+
<PastProject
108+
company="Build A World Aps."
109+
images={[volumeReconstruct, baw1, baw2, baw3, baw4, baw5, baw6, baw7]}
110+
projects={[
111+
<>Photogrammetry (generating point clouds from drone flythroughs)</>,
112+
<>LiDAR Point Cloud Processing and Volume Reconstruction (3D game worlds from aerial scans)</>,
113+
<>Maintaining and Extending the existing OpenGL engine</>,
114+
<>GLSL Shader Development (ocean simulation, particle simulation)</>,
115+
<>Distributed Networked Fluid Simulation</>,
116+
<>Physics Engine Development (high performance voxel connectivity for destruction)</>
117+
]}
118+
/>
100119
<PastProject
101120
company="Applications in CADD"
102121
companyWebsite="https://appsincadd.co.uk"
@@ -135,18 +154,6 @@ export default function Page() {
135154
<>GPU Accelerated Silhouette Carving from RGB+D real-time video inputs</>
136155
]}
137156
/>
138-
<PastProject
139-
company="Build A World Aps."
140-
images={[volumeReconstruct]}
141-
projects={[
142-
<>Photogrammetry (generating point clouds from drone flythroughs)</>,
143-
<>LiDAR Point Cloud Processing and Volume Reconstruction (3D game worlds from aerial scans)</>,
144-
<>Maintaining and Extending the existing OpenGL engine</>,
145-
<>GLSL Shader Development (ocean simulation, particle simulation)</>,
146-
<>Distributed Networked Fluid Simulation</>,
147-
<>Physics Engine Development (high performance voxel connectivity for destruction)</>
148-
]}
149-
/>
150157
</div>
151158
</Chapter>
152159
<Chapter title="Conclusion">
841 KB
Loading

public/clients/baw/baw1.jpg

121 KB
Loading

public/clients/baw/baw2.jpg

95.5 KB
Loading

public/clients/baw/baw3.jpg

171 KB
Loading

public/clients/baw/baw4.jpg

131 KB
Loading

public/clients/baw/baw5.jpg

79.2 KB
Loading

public/clients/baw/baw6.jpg

55.3 KB
Loading

public/clients/baw/baw7.jpg

180 KB
Loading

0 commit comments

Comments
 (0)