Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezcha authored Feb 20, 2023
1 parent 3e3d038 commit b1ad13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# gd-obj
`.obj` parser for Godot
`.obj` parser for Godot 4.0
(For a version that works in Godot 3.x check out the [3.x branch](https://github.com/Ezcha/gd-obj/tree/3.x).

## Why?
As of Godot 3.2, Godot is unable to import `.obj` files outside of the `res://` directory, or during application runtime.
gd-obj allows either or both of these features. gd-obj supports uvs, faces, normals, and non triangulated meshes.
Godot is unable to import `.obj` files during application runtime. gd-obj enables this functionality by implementing a basic obj parser. gd-obj supports uvs, faces, normals, and does surface triangulation.

## How to use?

Expand Down

0 comments on commit b1ad13a

Please sign in to comment.