Commit Graph

79 Commits

Author SHA1 Message Date
eceed179fe Added some apple trees
A path to the known technologies sign
2024-01-23 15:46:41 +01:00
52170f9a2d Added sign for technologies and some flowers
Sign about languages and technologies that I know. Also added a circle of flowers around it, because.. Idk
2024-01-23 00:04:32 +01:00
ef3d3c1515 Added single flower model 2024-01-22 22:47:53 +01:00
de2e3ccbcf Created picture of known technologies
So I can show some techs I know and used
2024-01-19 01:19:00 +01:00
8f0c4b3274 Added zoom plates on signs that needed it
Also made sure that pictures are pre-loaded, so we don't have a 2sec delay when showing them
2024-01-18 02:04:31 +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
44c9f0c873 Zoom plate model created 2024-01-18 00:09:11 +01:00
ab1da5e14e Made text on signs bigger
Easier to read
2024-01-17 23:29:06 +01:00
df7df3e6b7 Enhanced collisions system
Players can't enter in trees or go through signs anymore. We're now using two rays instead of one, and reduced the threshold distance
2024-01-15 20:40:31 +01:00
8d948d0874 Added link to my github profile
It works !
2024-01-11 23:30:46 +01:00
938b16d4b1 Created github texture
Will be used to represent the link to my github profile
2024-01-10 20:57:18 +01:00
2f14e087ba We can now execute a function when enter key used
Will be used to open links easily
Key isn't activated is no function is passed to showNotification
2024-01-09 23:45:31 +01:00
aff8499005 Notifications can now be removed
Added the corresponding method
2024-01-09 22:38:04 +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
e1f711e03c Created link plate
Users will be able to step on it, and will have the possibility to open a link to another website
2024-01-08 19:20:07 +01:00
e10e0116c9 Added a new sign 2024-01-04 21:32:01 +01:00
398040917e Smalls edits on grass placement 2024-01-04 21:21:27 +01:00
82e62590a1 Grass not longer placed on paths
Still need some optimizations
2024-01-04 18:06:39 +01:00
4ad126d8ab Started to work on placing grass
Not sure if I will keep this
I must check to use InstancedMesh or something similar, as placing 300 objects is causing FPS drops
2024-01-04 03:53:09 +01:00
0c3dc01ca9 Moved some files 2024-01-03 23:32:21 +01:00
3d54083315 Created grass models 2024-01-03 22:34:14 +01:00
606cb58310 Started to create grass 2024-01-03 19:43:10 +01:00
f7e292dc00 Created flower tiles
Full of red roses
2024-01-02 23:46:05 +01:00
ed2bab52e1 Started to work on flowers 2023-12-31 04:37:34 +01:00
abbacf00f9 Create hachinohe.xcf 2023-12-29 18:52:21 +01:00
1c3a7407b9 Added the firsts textures on signs
Used to present the schools I attended
French version only, but others languages will be added later
2023-12-28 21:54:41 +01:00
485ef1dee5 Added some signs
Ready to add an image
2023-12-27 23:12:14 +01:00
b19fe3054c Create Sign.gltf 2023-12-22 11:05:35 +01:00
9177ceacaf Update addAssetsOnScene.js
Slightly moved a tree
2023-12-22 10:56:34 +01:00
1642e512c7 Added garden trees 2023-12-20 20:13:44 +01:00
e4bc0228c6 Worked on garden
Added props on the table, started to add sakuras
2023-12-19 16:10:56 +01:00
fefaaa7832 Placed garden table 2023-12-14 09:48:27 +01:00
d0d4d530a4 Added animations on statues
Also correctly placed the printer one
2023-12-14 09:02:40 +01:00
b81fa53405 Added statues 2023-12-12 00:52:00 +01:00
ccb0ef4ae4 Added some paths in garden
Also reduced the size of these tiles
2023-12-11 09:24:10 +01:00
2b1121eb97 Started to add the path to enter the garden
Looks like a small addition, took me 2 hours of intensive brain usage
2023-12-08 01:33:00 +01:00
58f35ff7f4 Tried to add lake
I think about cancelling this for a better idea
2023-12-08 00:08:22 +01:00
9943f0f530 started to texture rock wall
seems difficult
2023-12-07 17:12:28 +01:00
7b44fe95de Create rock.blend 2023-12-06 20:50:38 +01:00
e61a870933 Test on water model
Adding a sun provides a better lighting effect
2023-12-06 16:02:26 +01:00
c4848ad3bd Added water model
Glass BFDS isn't supported for pre-rendering in blender, had to use the old way
2023-12-06 01:02:27 +01:00
c769402a0d enhanced garden fences 2023-12-06 00:43:12 +01:00
18712a472a Added fences for small garden 2023-12-05 16:13:46 +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
59d6b0bd45 Update addAssetsOnScene.js 2023-11-30 11:12:38 +01:00
2d1181acd2 Enhanced trees textures 2023-11-30 10:54:25 +01:00
bc51c6420b Fixed bug with trees models
When exporting a model from Blender, always export it at 0,0,0 if you don't like surprises...
2023-11-29 22:29:13 +01:00
a4ed6fc3c3 Exported trees from Blender 2023-11-29 09:36:27 +01:00