Skip to content

Commit 7826ce2

Browse files
Update README.md
1 parent 432cf88 commit 7826ce2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ endeavor, in my opinion, an essential practice.
3939
The scope of related topics is vast, and my list of potential features is
4040
accordingly expansive. Some of these are outlined under 'Planned Features'.
4141

42+
## What It Is:
43+
44+
* **A Personal Playground for 3D Exploration:** Experiment with 3D shapes and coding techniques to create your own virtual worlds.
45+
* **Tool for Creative Programmers:** Build procedural meshes and generate simple game assets with ease.
46+
* **Customizable and Extensible:** Craft unique shapes using a variety of mesh creation tools and modifiers. Even add new functionalities to the library itself.
47+
48+
## What It Is Not:
49+
50+
* **A Full-Featured 3D Modeling Software:** This library is designed for exploration and learning, not professional-grade modeling. While it offers powerful features, it doesn't aim to replace industry-standard software.
51+
* **A High-Performance Rendering Engine:** The library primarily focuses on mesh creation and manipulation, and doesn't prioritize real-time rendering for large scenes.
52+
4253
## Core Features
4354

4455
* **3D Geometry Creation and Manipulation** Build a wide range of 3D shapes and
@@ -63,17 +74,6 @@ bend bend bend mesh...
6374
![](documentation/images/lib_showcase_3.png)
6475
Throwing some conway operations on a cube seed.
6576

66-
## What It Is:
67-
68-
* **A Personal Playground for 3D Exploration:** Experiment with 3D shapes and coding techniques to create your own virtual worlds.
69-
* **Tool for Creative Programmers:** Build procedural meshes and generate simple game assets with ease.
70-
* **Customizable and Extensible:** Craft unique shapes using a variety of mesh creation tools and modifiers. Even add new functionalities to the library itself.
71-
72-
## What It Is Not:
73-
74-
* **A Full-Featured 3D Modeling Software:** This library is designed for exploration and learning, not professional-grade modeling. While it offers powerful features, it doesn't aim to replace industry-standard software.
75-
* **A High-Performance Rendering Engine:** The library primarily focuses on mesh creation and manipulation, and doesn't prioritize real-time rendering for large scenes.
76-
7777
## Core elements
7878

7979
- Mesh3D

0 commit comments

Comments
 (0)