Commit Graph

20 Commits

Author SHA1 Message Date
38165db828 We should be able to build the website 2024-01-27 00:54:51 +01:00
4332a87432 New name model
Maybe better than the previous one
2024-01-25 23:13:34 +01:00
c07175f4fa Added a first zoom plate
Works great, let's make the code cleaner and use it everywhere
2024-01-18 01:17:08 +01:00
ad02c2e065 Added checkPlayerCollisions
This function can be used to check for a list of objects that the player may enter, it will execute onEnterHitbox and onLeaveHitbox methods when the player collides with a given object
2024-01-09 19:44:42 +01:00
02cf36a131 Started to add a notification div
We just need to correctly implement Jquery and we will be able to show notifications in the game
Also updated npm modules
2024-01-08 23:34:32 +01:00
82e62590a1 Grass not longer placed on paths
Still need some optimizations
2024-01-04 18:06:39 +01:00
d0d4d530a4 Added animations on statues
Also correctly placed the printer one
2023-12-14 09:02:40 +01:00
0d560140e5 Placed pines in forest 2023-12-04 19:47:13 +01:00
a98080339f Added nameplates and generated models 2023-12-01 11:23:37 +01:00
800c3fd275 Added debug bool
Used to enable spamming of the player position in the browser console
2023-11-29 09:18:20 +01:00
256654502e Added collisions with objects on scene
Player will now be stopped by fences
Also added the possibility to define the size of ground
Also edited speed of animations
Also optimized the loading of fences
2023-11-17 10:42:14 +01:00
13aece594d We're now surrounding ground with fences 2023-11-17 01:03:18 +01:00
d15d257ddb Refactored the WHOLE project
From a simple test file, we're now on road to create a real project
Took 3 hours, but code looks nice
2023-11-15 17:23:11 +01:00
c73aa99ca2 Adjusted rotation
This time, we don't return to default position by default. Player also face front at spawning
2023-11-14 23:06:02 +01:00
7ed084a815 Added movement and rotation 2023-11-14 16:35:52 +01:00
157dd3a51b Added camera and player movement 2023-11-13 21:49:06 +01:00
214ab7e363 Added Freecam + Player is now aligned with ground 2023-11-12 17:03:40 +01:00
4abf0da9d2 Added a player, and a walking animation
Took a long time to create everything on Blender
2023-11-12 01:52:04 +01:00
50ffd7911d Added a rotating scene
To try
2023-11-10 11:08:55 +01:00
988039705c Working example of three.js
Start with npx vite, works fine
2023-11-10 00:04:18 +01:00