Skip to content

Commit

Permalink
Be consitent using objloader instead of moderngl_obj
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Jun 10, 2018
1 parent 0dd276e commit 961de9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_colors_and_texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import moderngl
import numpy as np
from moderngl_obj import Obj
from objloader import Obj
from PIL import Image
from pyrr import Matrix44

Expand Down

0 comments on commit 961de9c

Please sign in to comment.