threejs-elements
v0.0.1
Published
ThreeJs basic elements
Downloads
2
Readme
@threejs/elements
Repository with simple 3D elements.
Division of models into styles
- Basic Style:
Basic style models are devoid of complex textures and details. They can be simple geometric models, ideal for prototyping or projects where a clean form is needed.
- Illustrative style:
Illustrative style models are painted with colors, but have no textures. The colors are intense and are intended to make the models expressive and stylized.
- Realistic style:
Realistic style models are textured and reproduce the details of real objects. They use advanced textures, light mapping and shadows to achieve the most faithful look possible.
- Cartoon Style:
Cartoon style models are exaggerated, with simplified shapes and intense colors. The goal is to give the models a light and playful look, often used in video games and animations.
- Minimalist style:
Models in the minimalist style are characterized by simplicity and modesty. Limited details and simplified shapes are key to this style.
- Futuristic style:
Futuristic style models are characterized by unusual shapes, modern materials and distinctive colors. The goal is to recreate a vision of the future, often related to technology and science.
Sample folder structure
- src
- elements
- architecture
- buildings
- basic // style
- home
- home.model.ts
- index.ts
- door
- door.model.ts
- index.ts
- window
- window.model.ts
- index.ts
- home
- cartoon
- home
- home.model.ts
- index.ts
- home
- basic // style
- buildings
- nature
- ...
- animals
- ...
- characters
- ...
- vehicles
- ...
- architecture
- elements