Portfolio to share my skills

Hi i am french student and i make my portfolio with ThreeJS to share my skills https://maximeguillon.fr

3 Likes

This is very nice. Especially this zooming into an image an opening a new room. Performance is good.

There are a few things that can improve the visual impression. If you are interested, I can share some of them.

Yes sure, i am interesting by your advice.

Here are a few observations:

  • if you add shadows (preferably soft shadows) and ambient occlusion, this will greatly improve the models
  • in room 7, the label on the wall says “Chapitre VI”, maybe “VII” is correct?
  • there are several cases of z-figthings, it is most obvious when the camera is moved, two snapshots:
    image
  • have you checked how your site looks on a smartphone? a quick simulation test shows this (the text is too small to read it):
1 Like

Thanks for your suggestions, I corrected the wrong number and i will try to make great shadow and solve the z-fighting problem.

1 Like

One thing you can do to prevent z-fighting is by offsetting some things by a tiny amount like 0.001 to make things look like they are in the same position.

Tip from here:
https://discoverthreejs.com/tips-and-tricks/

Magnifique!
My only suggestion is to add some kind of menu bar so that people can navigate to a particular page that they might want to revisit.