Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ または 3D ソフトウェア (スクリプト言語を使用した 3D オブジェクト) で使用できるプログラミング言語を使用して .obj ファイルを編集したいと考えています。
役立つ可能性のある提案をいただければ幸いです。
ありがとう
OBJ は単純なテキスト形式で、バータイルの位置をプレーン ASCII で表したものです。メモ帳で編集できます。C++、Python などの解析モジュールが用意されています。
最も簡単な方法は、選択したソフトウェアに Python API を使用することです。Maya と 3ds Max の両方に Python API があります。