https://github.com/joamag/viewer
Simple 3D model viewer created with three.js.
https://github.com/joamag/viewer
game javascript pong
Last synced: 13 days ago
JSON representation
Simple 3D model viewer created with three.js.
- Host: GitHub
- URL: https://github.com/joamag/viewer
- Owner: joamag
- Created: 2012-12-23T15:08:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T12:53:54.000Z (over 2 years ago)
- Last Synced: 2025-04-14T10:12:41.547Z (13 days ago)
- Topics: game, javascript, pong
- Language: JavaScript
- Homepage:
- Size: 14.6 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Viewer three.js
Simple 3D model viewer created with [three.js](https://threejs.org).
You can test the solution [here](https://viewer.stage.hive.pt/).
## Goal
Provide a simple solution for [MD2](http://tfc.duke.free.fr/coding/md2-specs-en.html) file visualization using only web tools.
## Problems
Currently there are some issues with activating the morphing animations with Chrome. This problem
is related with the fact that the mesh is created and loaded only after the first frame has already
been rendered, creating problems in the normal shading rendering.