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.
3D BlenderモデルをProcessing環境にロードするにはどうすればよいですか?
Processing 専用のプラグインが見つからないようですが、Processing は OpenGL を実行できるため、OpenGL にレンダリングできる Java 用の任意のモデル ローダーを使用できます。
OBJ ファイル形式がおそらく最も便利です。Blender は OBJ にエクスポートできます。以下は、Processing で使用できる OBJ ローダーです。これは、そのローダーに基づく JOGL レンダラーです。