a3js API Documentation - v0.0.34
Docs Home
Preparing search index...
Scene
Class Scene
3D仮想空間を表すクラス。THREE.Sceneを内包していて アップデート処理とかも、ここで行う。
Index
Constructors
constructor
Properties
collision
Listener?
objects
physics
Dt
physics
World
rapier
Lines?
scene
Methods
add
rapier
Debug
remove
set
Collision
Listener
update
Constructors
constructor
new
Scene
()
:
Scene
Returns
Scene
Properties
Optional
collision
Listener
collisionListener
?:
(
cs
:
Collision
[]
)
=>
void
objects
objects
:
ObjectA3
[]
physics
Dt
physicsDt
:
number
= ...
physics
World
physicsWorld
:
PhysicsWorld
|
null
= null
Optional
rapier
Lines
rapierLines
?:
LineSegments
<
BufferGeometry
<
NormalBufferAttributes
,
BufferGeometryEventMap
>
,
Material
|
Material
[]
,
Object3DEventMap
,
>
scene
scene
:
Scene
Methods
add
add
(
object
:
ObjectA3
)
:
void
Parameters
object
:
ObjectA3
Returns
void
rapier
Debug
rapierDebug
(
debug
:
boolean
)
:
void
Parameters
debug
:
boolean
Returns
void
remove
remove
(
object
:
ObjectA3
)
:
void
Parameters
object
:
ObjectA3
Returns
void
set
Collision
Listener
setCollisionListener
(
func
:
(
cs
:
Collision
[]
)
=>
void
)
:
void
Parameters
func
:
(
cs
:
Collision
[]
)
=>
void
Returns
void
update
update
(
dt
:
number
)
:
void
Parameters
dt
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
collision
Listener
objects
physics
Dt
physics
World
rapier
Lines
scene
Methods
add
rapier
Debug
remove
set
Collision
Listener
update
Docs Home
a3js API Documentation - v0.0.34
Loading...
3D仮想空間を表すクラス。THREE.Sceneを内包していて アップデート処理とかも、ここで行う。