model()

p5.Geometryオブジェクトをキャンバスに描画します。

パラメータmodelは、描画するp5.Geometryオブジェクトです。 p5.Geometryオブジェクトは、buildGeometry()beginGeometry()endGeometry()で作成できます。また、 loadGeometry()でファイルから読み込むこともできます。

注意: model()はWebGLモードでのみ使用できます。

実例

シンタックス

model(model)

パラメーター

model
p5.Geometry:

描画する3D形状。

Notice any errors or typos? Please let us know. Please feel free to edit src/webgl/loading.js and open a pull request!

関連するリファレンス