Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Model explorer
# V-Sekai Model Explorer

Model explorer is a 3D model viewer built with Godot 4. It supports various model formats like VRM and glTF 2.0. With this tool, you can dive deep into the components of a 3D model - inspecting meshes, materials, textures, and animations. It comes packed with features such as detailed viewing, animation playback, interactive controls, and a double-click action for an up-close examination. You also have the option to hide the grid or explode the meshes. So, it's a pretty handy tool if you're looking to explore 3D models in detail.
V-Sekai Model Explorer is a 3D model viewer built with Godot 4. It supports various model formats like VRM and glTF 2.0. With this tool, you can dive deep into the components of a 3D model - inspecting meshes, materials, textures, and animations. It comes packed with features such as detailed viewing, animation playback, interactive controls, and a double-click action for an up-close examination. You also have the option to hide the grid or explode the meshes. So, it's a pretty handy tool if you're looking to explore 3D models in detail.

<div style="width: 50%; margin: auto; overflow: hidden;">
<img src=".github/Screenshot 2023-09-21 105018.png" alt="Model Explorer Image">
Expand Down
Loading