minor changes
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2025-10-19 00:27:27 -04:00
parent e60526ff19
commit 773185b9e7
5 changed files with 7 additions and 4 deletions

View File

@@ -10,7 +10,8 @@ This website project started as a plain, unstyled HTML file that had a couple of
![html_image](html_image.png)
## The Head
The idea for the head came from a project I was working on (a [tiny renderer](https://github.com/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
The idea for the head came from a project I was working on (a [tiny renderer](https://git.cjsatnarine.space/CJSatnarine/tiny_renderer)), where a wireframe render inspired me to add a rotating wireframe furry wolf head to my personal website.
![dog_head](wolf_head.png)
To accomplish this, I created a wolf head in Blender and exported it in a Wavefront .obj format. I used [Three.js](https://threejs.org/) to render the wolf head on the website. This version of the website is where I also started using CSS.