TomasHubelbauer / three-op-1

An OP-1 model in ThreeJS

Home Page:https://tomashubelbauer.github.io/three-op-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThreeJS OP-1

DEMO

This is a parallel project to my other one where I attempt to model and render an OP-1 by Teenage Engineering using pure WebGL. It's pretty hard so I've created this meanwhile so that I can have something to hopefully progress on faster and carry over ideas to the original repository.

It looks like ThreeJS doesn't really have many modeling tools by a quick look, but I might find it does or in the case of this project I will be happier to use CSG.js whereas in my pure WebGL demo I prefer to tesselate the parts by hand and try to avoid it.


This shows some basic modeling and sculpting API:

https://threejs.org/docs/#api/en/geometries/ExtrudeBufferGeometry

I started this project using this guide:

https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene

About

An OP-1 model in ThreeJS

https://tomashubelbauer.github.io/three-op-1

License:MIT License


Languages

Language:JavaScript 78.3%Language:HTML 19.0%Language:CSS 2.7%