-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.9.1.0 Release: DXF export added, general update
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
|
||
''' | ||
IMG2DXF - Program for conversion of image heightfield to triangle mesh in DXF format | ||
IMG2DXF - Program for conversion of image heightfield to triangle mesh in DXF format | ||
----------------------------------------------------------------------------------------- | ||
Created by: Ilya Razmanov (mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
''' | ||
IMG2MESH - Program for conversion of image heightfield to triangle 3D-mesh in different formats | ||
------------------------------------------------------------------------------------------------ | ||
Common GUI shell for img2pov, img2obj, img2stl and img2dxf modules. | ||
Common GUI shell for img2pov, img2obj, img2stl and img2dxf modules. | ||
Created by: Ilya Razmanov (mailto:[email protected]) | ||
aka Ilyich the Toad (mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
|
||
''' | ||
IMG2OBJ - Program for conversion of image heightfield to triangle mesh in OBJ format | ||
IMG2OBJ - Program for conversion of image heightfield to triangle mesh in OBJ format | ||
----------------------------------------------------------------------------------------- | ||
Created by: Ilya Razmanov (mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
|
||
''' | ||
IMG2POV - Program for conversion of image heightfield to triangle mesh in POVRay format | ||
IMG2POV - Program for conversion of image heightfield to triangle mesh in POVRay format | ||
--------------------------------------------------------------------------------------------- | ||
Created by: Ilya Razmanov (mailto:[email protected]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
|
||
''' | ||
IMG2STL - Program for conversion of image heightfield to triangle mesh in STL format | ||
IMG2STL - Program for conversion of image heightfield to triangle mesh in STL format | ||
----------------------------------------------------------------------------------------- | ||
Created by: Ilya Razmanov (mailto:[email protected]) | ||
|