約20,400件1ページ目

C++ library to read 3D Wavefront OBJ/MTL files. Contribute to potato3d/objparser development by creating an account on GitHub.

2020/12/25 -プログラムによって3Dオブジェクトを効率的に作成することができるC++用のヘッダーオンリーライブラリです。分割コンパイルやリンクは必要ありません。

2021/6/29 -This library is optimised for loading and parsing big .obj files. Optimisation techniques used are: asynchronous IO, parallel parsing, and it ...

2012/8/25 -I am looking for a wavefront obj loader which supports loading material properties files. Basically supporing the minimum standard. In addition ...

Wavefront .obj file format is a funny one. Similar to GIF, it's a format from the 1990s, that absolutely should not be widely used anymore, ...

2021/7/3 -This package provides fast reading of Wavefront OBJ files with support for some material properties using the tinyobjloader C++ library. It is ...

2015/2/9 -I am looking for a lightweight C++ library that will allow me to import an OBJ file with the texture information and then render using ...

Wavefront OBJ (.OBJ) は、当初Wavefront Technologies(英語版)が、同社のアニメーションパッケージであるAdvanced Visualizerのために開発したジオメトリ定義 ...

2011/6/4 -What I need is a small yet powerful *.obj loader and parser that supports animation. It must be written in C++ and be usable by SDL. Thanks.

2021/7/3 -Wraps 'tiny_obj_loader' C++ library for reading the 'Wavefront' OBJ 3D file format including both mesh objects and materials files. The ...