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!