This is a university project about VR programming. It is build upon https://p5js.org/ and http://p5xr.org/ .
It is a procedural generated forest where you move automatically through it and can look around. You get re-spawned if you get too far away
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
520 B
19 lines
520 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script> |
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script> |
|
<!--<script src="https://unpkg.com/p5.xr"></script> |
|
--> |
|
<script src="p5xr.js"></script> |
|
<link rel="stylesheet" type="text/css" href="style.css"> |
|
<meta charset="utf-8" /> |
|
|
|
</head> |
|
<body> |
|
<main> |
|
</main> |
|
<script src="sketch.js"></script> |
|
</body> |
|
</html> |
|
|
|
|