On this project, I wanted an introduction to 3D and learning the basic of :
- the creation of an 3D object
- the animation of an 3D object
- the diffent textures and lighting
- the integration of a 3D object with a website
While this is a really simple project, I could figure out a couple of things :
- The position in space and the importance of perspective
- The combination of materials like glass, fresnel effect and matcap
- The animation frame by frame and the type of transitions
- Hangling events like screen resizing
- Create a sphere
- Add a material "displace" to morph your sphere
- Make the color of the sphere transparant (watch out it will disapear 🫥)
- Add the material "glass"
- Add the material "Fresnel" and you can change the intensity for better result
Here are some cool effect to perfectionize the way your glass look :
- Add a B&W rainbow effect to create some depth :
- Add a matcap to add some color reflection to your blob :
(Your can create your own matcap by just creating a sphere and adding some color to it,\ then export it as a png like this one :)
- Create frames
- Modifying value like the color, the position or some of the material for each frame
- Create an event and set it to loop
- Make the event transition between the frames