Skip to content

Commit 54537af

Browse files
authored
Update README.md #7
1 parent 1a452c8 commit 54537af

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

README.md

+13-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
MeshCreator
2-
===========
1+
# MeshCreator
32

43
Simple 3D scene editor created with C# and DirectX 9
54

6-
##Features
5+
## Features
76
- You can create a new 3D scene with simple tools
87
- Ideal tool for a developer (without much knowleadge of 3D modelling) to assembly existing models and create a 3D scene
98
- You can save your scene and use it later
109
- Scenes are stored in a custom XML format (easy to read and convert to any another format)
11-
- You can load your scene with TgcViewer engine: https://github.com/tgc-utn/tgc-viewer
10+
- You can load your scene with [TGC.Viewer](https://github.com/tgc-utn/tgc-viewer) engine.
1211

13-
##Modeling tools
12+
## Modeling tools
1413
- Create simple geometry: cube, sphere, planes
1514
- Import existing meshes and scenes
1615
- Move, scale and rotate
@@ -24,13 +23,13 @@ Simple 3D scene editor created with C# and DirectX 9
2423
- Edit textures at a triangle level
2524
- Remove individual vertices, edges and triangles from a mesh (only remove, you cannot add new geometry... for now)
2625

27-
##Installation
28-
- Install .NET 4.5.2: https://www.microsoft.com/es-ES/download/details.aspx?id=42643
29-
- Install DirectX end-user: http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=6812
30-
- Download tgc-tools
26+
## Installation
27+
- Install [.NET Framework](https://www.microsoft.com/net/download/framework) 4.6.1.
28+
- Install [DirectX](http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=6812) end-user.
29+
- Download [TGC.Tools](https://github.com/tgc-utn/tgc-tools/releases).
3130
- Execute TGC.Tools.exe
3231

33-
##Usage
32+
## Usage
3433
- Controls are as much as possible similar to 3Ds MAX
3534
- Select objects: left click on object. You can also create a selection rectangle with left click.
3635
- Pan view: with the mouse middle button
@@ -53,8 +52,8 @@ Simple 3D scene editor created with C# and DirectX 9
5352
- Camera left view: L
5453
- Group objects: G
5554

56-
##How to extend app
57-
The editor currently works with an XML custom format (used by TgcViewer engine).
55+
## How to extend app
56+
The editor currently works with an XML custom format (used by [TGC.Viewer](https://github.com/tgc-utn/tgc-viewer) engine).
5857
It shouldn't be so difficult to change that in order to support another format.
59-
- Mesh importing is done in class: TgcViewer/TgcViewer/Utils/TgcSceneLoader/TgcSceneParser.cs
60-
- Mesh exporting is done in class: TgcViewer/TgcViewer/Utils/TgcSceneLoader/TgcSceneExporter.cs
58+
- Mesh importing is done in class: [TgcSceneParser.cs](/TGC.Tools/Utils/TgcSceneLoader/TgcSceneParser.cs)
59+
- Mesh exporting is done in class: [TgcSceneExporter.cs](/TGC.Tools/Utils/TgcSceneLoader/TgcSceneExporter.cs)

0 commit comments

Comments
 (0)