new Scene(viewer, glenv)
モデルシーン
Parameters:
Name | Type | Description |
---|---|---|
viewer |
mapray.Viewer | Viewer インスタンス (未構築) |
glenv |
mapray.GLEnv | GLEnv インスタンス |
- Source:
- See:
Members
-
<readonly> animation :mapray.animation.BindingBlock
アニメーションパラメータ設定
-
Type:
-
<readonly> num_entities :number
-
エンティティ数
Type:
- number
-
<readonly> viewer :mapray.Viewer
-
this を保有する親オブジェクト
Type:
Methods
-
addEntity(entity)
エンティティを末尾に追加
-
Parameters:
Name Type Description entity
mapray.Entity エンティティ
-
clearEntities()
すべてのエンティティを削除
-
getEntity(index)
エンティティを取得
-
Parameters:
Name Type Description index
number インデックス
Returns:
エンティティ
- Type
- mapray.Entity
-
removeEntity(entity)
エンティティを削除
-
Parameters:
Name Type Description entity
mapray.Entity エンティティ