R3DSearch v1.0 by Zealot Tomato
This tool helps you research 3D model formats. You can preview meshes in the tool, export them as obj, import them back (vertex positions only), and save the modified file by respecting the original format.
This tool was inspired by 3D Model Researcher (https://mr.game-viewer.org/index.php)
Camera controls:
Rotate the camera by holding right click and moving the cursor.
Move the camera by holding right click and pressing WASD.
Toolbar buttons:
Open Opens a file
Save Saves the current file
Save As... Saves the current file in the selected path
Export Exports the current view to .obj
Import Imports a modified .obj, replacing the current vertices
Settings Settings to render the 3D model
Render settings:
Vertex count: Number of vertices to render
Vertex offset: Start of vertex section in the file (hex)
Vertex padding: Space between each vertex in the file (dec)
Vertex type: [To-do]
Face count: Number of faces to render
Face offset: Start of face section in the file (hex)
Face padding: Space between each face in the file (dec)
Face type: Read faces as int or short
Scripts: Assign values automatically by using a script
Render: Render mesh by using the settings above
Preview settings:
Vertex size: Size of 3D vertices in the preview (slider)
Grid: Show grid (toggle)
Important notes:
When importing and exporting .obj files with any model editor, toggle the "keep vertex order" setting.
This is important when reimporting.