Scrolling works now, and walk down the hallway works as well. But not enough HTML content to show much scrolling. Will work with CSS to pad it out.
This commit is contained in:
parent
faab2bd63c
commit
a7cb1d8fa4
17
index.html
17
index.html
@ -68,7 +68,22 @@
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
howdy
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
doody
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
every
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
body
|
||||
|
||||
|
||||
|
||||
|
7
main.js
7
main.js
@ -1,8 +1,8 @@
|
||||
/*
|
||||
Author: Daniel Jones
|
||||
IDE: VSCodium
|
||||
Browsers tested: Firefox 124
|
||||
Last change: 04/10/24
|
||||
Browsers tested: Firefox 125
|
||||
Last change: 04/24/24
|
||||
purpose: portfolio website to show to potential freelance customers/web developer positions
|
||||
*/
|
||||
|
||||
@ -45,8 +45,7 @@ pointLight.position.set(10, 10, 10);
|
||||
const lightHelper = new THREE.PointLightHelper(pointLight);
|
||||
|
||||
|
||||
const gridHelper = new THREE.GridHelper(200, 50);
|
||||
scene.add(gridHelper, lightHelper);
|
||||
|
||||
|
||||
//turning off orbit controls, not needed. Kept in code in case if I want to use it again.
|
||||
//const controls = new OrbitControls(camera, renderer.domElement);
|
||||
|
Loading…
Reference in New Issue
Block a user