A downloadable tool for Windows and Linux

a text based 3D model editor following basic syntax of the .obj format

The .obj file format is essentially a text file. 
ob-mesh-editor provides an interface to edit your .obj file and see the changes live.

movement:
1. hold left mouse button and move to rotate around scene origin
2. hold middle mouse button and move to pan 
3. hold right mouse button and press W,A,S,D,Q,E for movement

a brief how-to:
1. lines starting with v and followed by three numbers seperated by whitespace are vertices
2. lines starting with vn and followed by three numbers seperated by whitespace are vertex normals which decide the how light calculation works.
3. lines starting with f and followed by three values in the format of
f    v/vt/vn     v/vt/vn      v/vt/vn
are faces with v being vertex, vn being vertex normals and vt being vertex textures
(vertex textures, beziers and other .obj features are not used in this app for simplicity purposes).
we define three vertices in one face line as this doesn't directly support triangulation

for more details: https://cs.wellesley.edu/~cs307/readings/obj-ojects.html

github repo of the project: https://github.com/hemanth2004/obj-editor-unity

StatusReleased
CategoryTool
PlatformsWindows, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorHMNT.
Tags3D, 3d-modelling, Unity

Download

Download
win64v1.zip 27 MB
Download
win32v1.zip 23 MB
Download
lnxv1.zip 26 MB

Leave a comment

Log in with itch.io to leave a comment.