xiaozhuai / obj2gl

Convert 3D models of OBJ files to float arrays compatible with OpenGL ES glDrawArrays.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obj2gl

Convert 3D models of OBJ files to float arrays compatible with OpenGL ES glDrawArrays.

Supported several languages, and it is easy to extend.

It is a node.js version of obj2opengl, and add template support.

Usage

obj2gl --format cpp --input model/cube.obj

Download

Please download executable from release page.

About

Convert 3D models of OBJ files to float arrays compatible with OpenGL ES glDrawArrays.


Languages

Language:JavaScript 68.8%Language:C 15.6%Language:C++ 15.6%