https://github.com/georgiakt/3d-dog-model
3D Dog Model made in WebGL.
https://github.com/georgiakt/3d-dog-model
3d dog html javascript webgl
Last synced: about 1 month ago
JSON representation
3D Dog Model made in WebGL.
- Host: GitHub
- URL: https://github.com/georgiakt/3d-dog-model
- Owner: GeorgiaKt
- License: mit
- Created: 2023-08-04T12:29:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T18:34:57.000Z (11 months ago)
- Last Synced: 2025-04-10T22:57:50.072Z (about 1 month ago)
- Topics: 3d, dog, html, javascript, webgl
- Language: HTML
- Homepage:
- Size: 3.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D Dog Model using WebGL
## Description
### Version 1
- creating a blue cube 2x2x2
- placing the camera at a fixed location (7,7,7)
- changing camera's location to other fixed locations based on user's input
### Version 2
- creating a 3d dog using Translation, Scaling to the cube created in `Version 1`
### Version 3
- adding textures to the dog created in `Version 2`
- creating floor and skybox and adding textures to them too
- adding animated movement of the camera
- adding camera controls### Camera Controls
- mouse click & drag: moves camera to the direction dragged
- mouse wheel: zooming in & out on the dog### Screenshot
## Prerequisites
In Firefox `security.fileuri.strict_origin_policy` needs to be set to `false` (in `about:config`), in order the textures to be loaded properly.## How to run
- run .html file