added titles
This commit is contained in:
parent
68d3df62fa
commit
55d8fc95e4
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Boids - Scott Gerretsen</title>
|
||||||
|
|
||||||
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" href="../shared/style.css">
|
<link rel="stylesheet" href="../shared/style.css">
|
||||||
<div id="site-header">
|
<div id="site-header">
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Ruins of Edis - Scott Gerretsen</title>
|
||||||
|
|
||||||
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" href="../shared/style.css">
|
<link rel="stylesheet" href="../shared/style.css">
|
||||||
<div id="site-header">
|
<div id="site-header">
|
||||||
|
@ -25,12 +27,12 @@
|
||||||
|
|
||||||
<h2>Product Overview</h2>
|
<h2>Product Overview</h2>
|
||||||
<p indented>
|
<p indented>
|
||||||
A relaxing desert driving game about following a blue light around the ruins of a long lost civilization. Stay within the light or be lost to the desert.
|
A relaxing desert driving game about following a blue light around the ruins of a long lost civilization. Stay within the light or be lost to the desert.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Project Overview</h2>
|
<h2>Project Overview</h2>
|
||||||
<p indented>
|
<p indented>
|
||||||
For this project, I was a responsible for the car's controls and physics. I also helped with programming the terrain generation script.
|
For this project, I was a responsible for the car's controls and physics. I also helped with programming the terrain generation script.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Code</h2>
|
<h2>Code</h2>
|
||||||
|
@ -39,8 +41,8 @@
|
||||||
<h3>Controls</h3>
|
<h3>Controls</h3>
|
||||||
<div indented>
|
<div indented>
|
||||||
<p>
|
<p>
|
||||||
The drifting system uses a "force angle" which describes the angle relative to the forward direction in which the car should apply force.
|
The drifting system uses a "force angle" which describes the angle relative to the forward direction in which the car should apply force.
|
||||||
This allows the direction while drifting to be changed to be somewhere to the side of the car for it to slide properly.
|
This allows the direction while drifting to be changed to be somewhere to the side of the car for it to slide properly.
|
||||||
</p>
|
</p>
|
||||||
<div id="car-update-code" class="code-content code-box">
|
<div id="car-update-code" class="code-content code-box">
|
||||||
<script>$(function(){$("#car-update-code").load("https://raw.githubusercontent.com/Scott-G-GD/portfolio-code-highlighting/main/update-car-roe.html");});</script>
|
<script>$(function(){$("#car-update-code").load("https://raw.githubusercontent.com/Scott-G-GD/portfolio-code-highlighting/main/update-car-roe.html");});</script>
|
||||||
|
@ -50,8 +52,8 @@
|
||||||
<h3>Terrain Generator</h3>
|
<h3>Terrain Generator</h3>
|
||||||
<div indented>
|
<div indented>
|
||||||
<p>
|
<p>
|
||||||
To make the terrain generation extensively configurable, we used a whole collection of stacked animation curves and multipliers.
|
To make the terrain generation extensively configurable, we used a whole collection of stacked animation curves and multipliers.
|
||||||
These were then applied to the result of a perlin noise function to create a heightmap, which can then be applied to one or more terrain objects.
|
These were then applied to the result of a perlin noise function to create a heightmap, which can then be applied to one or more terrain objects.
|
||||||
</p>
|
</p>
|
||||||
<div id="terrain-generator-code" class="code-content code-box">
|
<div id="terrain-generator-code" class="code-content code-box">
|
||||||
<script>$(function(){$("#terrain-generator-code").load("https://raw.githubusercontent.com/Scott-G-GD/portfolio-code-highlighting/main/terrain-generator-roe.html");});</script>
|
<script>$(function(){$("#terrain-generator-code").load("https://raw.githubusercontent.com/Scott-G-GD/portfolio-code-highlighting/main/terrain-generator-roe.html");});</script>
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Spirit of Science - Scott Gerretsen</title>
|
||||||
|
|
||||||
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" href="../shared/style.css">
|
<link rel="stylesheet" href="../shared/style.css">
|
||||||
<div id="site-header">
|
<div id="site-header">
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<title>Stig Kart 64 - Scott Gerretsen</title>
|
||||||
|
|
||||||
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
<script type="text/javascript" src="../shared/jquery.min.js"></script>
|
||||||
<link rel="stylesheet" href="../shared/style.css">
|
<link rel="stylesheet" href="../shared/style.css">
|
||||||
<div id="site-header">
|
<div id="site-header">
|
||||||
|
|
Loading…
Reference in a new issue