BryanHaley / obj_test

Displays an OBJ model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick and dirty test of loading a textured model and displaying it using OpenGL

Building:

  • brew install glfw
  • make all

Running:

  • ./objtest.nix [obj file] [texture file] [view scale]

About

Displays an OBJ model


Languages

Language:C 98.8%Language:Makefile 1.2%