beta.r3js.org
Theunis J. Botha 2016-11-10 13:47:40 +01:00
parent c159a4e1aa
commit e2973d8ec6
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/**
*
* @param componentId
* @param threeCamera
* @constructor
*/
GameLib.D3.ComponentCamera = function(
componentId,
threeCamera

View File

@ -1,3 +1,12 @@
/**
*
* @param componentId
* @param targetEntity GameLib.D3.Entity
* @param targetOffset GameLib.D3.Vector3
* @param minDistance
* @param moveSpeed
* @constructor
*/
GameLib.D3.ComponentFollow = function(
componentId,
targetEntity,