Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenThree/three-cesium-examples
/ functions
Functions
3,272 in github.com/OpenThree/three-cesium-examples
⨍
Functions
3,272
◇
Types & classes
532
↓ 1,773 callers
Method
add
(t,e)
js/tweakpane.min.js:2
↓ 824 callers
Method
set
* Set the vectors' 3 elements
js/cannon-es.js:631
↓ 555 callers
Method
setSize
* Updates the size of this pass. * * @param {Number} width - The width. * @param {Number} height - The height.
js/postprocessing.js:535
↓ 460 callers
Method
push
()
js/tweakpane.min.js:2
↓ 346 callers
Method
render
()
threeExamples/application/windMove.js:69
↓ 263 callers
Function
requestAnimationFrame
(callback)
js/dat.gui.module.js:1587
↓ 254 callers
Method
addEventListener
* Add an event listener * @return The self object, for chainability.
js/cannon-es.js:1363
↓ 248 callers
Method
get
(t)
js/tweakpane.min.js:2
↓ 245 callers
Method
load
* Loads a LUT. * * @param {String} url - The URL of the 3dl-file. * @param {Function} [onLoad] - A callback that receives the loaded lookup t
js/postprocessing.js:12761
↓ 209 callers
Method
copy
* Copy another matrix into this matrix object.
js/cannon-es.js:363
↓ 179 callers
Method
clone
* Clone the vector
js/cannon-es.js:986
↓ 162 callers
Method
min
()
js/tweakpane.min.js:2
↓ 140 callers
Method
max
()
js/tweakpane.min.js:2
↓ 138 callers
Method
vsub
* Vector subtraction * @param target Optional target to save in.
js/cannon-es.js:665
↓ 132 callers
Method
set
* Clears this selection and adds the given objects. * * @param {Iterable<Object3D>} objects - The objects that should be selected. * @return
js/postprocessing.js:1978
↓ 109 callers
Method
on
(t,e,n)
js/tweakpane.min.js:2
↓ 103 callers
Method
vadd
* Vector addition
js/cannon-es.js:650
↓ 94 callers
Method
dot
* Calculate dot product * @param vector
js/cannon-es.js:844
↓ 74 callers
Method
addFolder
(t)
js/tweakpane.min.js:2
↓ 74 callers
Method
normalize
* Normalize the vector. Note that this changes the values in the vector. * @return Returns the norm of the vector
js/cannon-es.js:690
↓ 72 callers
Method
vmult
* Matrix-Vector multiplication * @param v The vector to multiply with * @param target Optional, target to save the result in.
js/cannon-es.js:167
↓ 70 callers
Method
scale
* Scale each column of the matrix
js/cannon-es.js:239
↓ 64 callers
Method
update
()
threeExamples/application/drivingCar.js:263
↓ 62 callers
Method
emit
(t,e)
js/tweakpane.min.js:2
↓ 61 callers
Method
addPass
* Adds a pass, optionally at a specific index. * * @param {Pass} pass - A new pass. * @param {Number} [index] - An index at which the pass sh
js/postprocessing.js:1004
↓ 61 callers
Method
update
(time)
threeExamples/shader/fireMaterial.js:189
↓ 56 callers
Method
set
(t,e)
js/tweakpane.min.js:2
↓ 53 callers
Method
dispose
### 销毁围栏
threeExamples/game/zmdFence.js:174
↓ 47 callers
Method
update
### 更新时间 * @param {number} elapsed 场景时间
threeExamples/game/zmdFence.js:146
↓ 46 callers
Method
getDelta
()
js/postprocessing.js:109
↓ 44 callers
Method
step
* Step the physics world forward in time. * * There are two modes. The simple mode is fixed timestepping without interpolation. In this case you
js/cannon-es.js:12508
↓ 42 callers
Method
flyTo
(duration = 1.5)
cesiumExamples/expand/dynamicWater.js:355
↓ 38 callers
Method
getComponents
(t)
js/tweakpane.min.js:2
↓ 38 callers
Function
t
(t)
js/tweakpane.min.js:2
↓ 36 callers
Method
indexOf
* An alias for {@link has}. * * @param {Object3D} object - An object. * @return {Number} Returns 0 if the given object is currently selected,
js/postprocessing.js:1992
↓ 35 callers
Method
cross
* Vector cross product * @param target Optional target to save in.
js/cannon-es.js:610
↓ 34 callers
Method
distanceTo
* Get distance from this point to another point
js/cannon-es.js:764
↓ 33 callers
Function
Et
(t)
js/tweakpane.min.js:2
↓ 33 callers
Method
setChanged
* Informs the associated {@link EffectPass} that this effect requires a shader recompilation. * * Should be called after changing macros or exte
js/postprocessing.js:3541
↓ 33 callers
Method
toString
* Returns a string representation of the matrix.
js/cannon-es.js:375
↓ 32 callers
Method
render
* Disables the global stencil test. * * @param {WebGLRenderer} renderer - The renderer. * @param {WebGLRenderTarget} inputBuffer - A frame bu
js/postprocessing.js:366
↓ 30 callers
Function
N
(t,e,n,i,s)
js/tweakpane.min.js:2
↓ 30 callers
Function
isNaN
(_x)
js/dat.gui.module.js:157
↓ 29 callers
Function
getDiagArea
(pattern, a1X, a1Y, a2X, a2Y, left, offset, result)
js/postprocessing.js:15118
↓ 29 callers
Method
has
(t)
js/tweakpane.min.js:2
↓ 29 callers
Method
remove
* [remove 删除] * @param {Object} mesh [当前飞线]
threeExamples/application/diffuseLine.js:156
↓ 29 callers
Method
update
(delta)
threeExamples/particle/waterLeakage.js:240
↓ 28 callers
Method
dispatchEvent
* Emit an event. * @return The self object, for chainability.
js/cannon-es.js:1442
↓ 28 callers
Method
negate
* Make the vector point in the opposite direction. * @param target Optional target to save in
js/cannon-es.js:857
↓ 27 callers
Method
from
* Creates a new image data container. * * @param {ImageData|Image} image - An image or plain image data. * @return {RawImageData} The image d
js/postprocessing.js:7337
↓ 27 callers
Method
getValue
(time, result)
cesiumExamples/effect/dynamicWall.js:38
↓ 27 callers
Method
length
* Get the length of the vector
js/cannon-es.js:745
↓ 27 callers
Method
removeEventListener
* Remove an event listener * @return The self object, for chainability.
js/cannon-es.js:1417
↓ 27 callers
Method
setRawValue
(t,e)
js/tweakpane.min.js:2
↓ 27 callers
Method
value
(t)
js/tweakpane.min.js:2
↓ 26 callers
Method
delete
* Removes an object from this selection. * * @param {Object3D} object - The object that should be deselected. * @return {Boolean} Returns tru
js/postprocessing.js:2017
↓ 26 callers
Function
u
(val)
threeExamples/application/faceMesh.js:41
↓ 26 callers
Method
vectorToWorldFrame
* Convert a local body point to world frame.
js/cannon-es.js:3575
↓ 25 callers
Method
addBinding
(t,e,n)
js/tweakpane.min.js:2
↓ 25 callers
Method
fromObject
(t)
js/tweakpane.min.js:2
↓ 24 callers
Method
bindClassModifiers
(t)
js/tweakpane.min.js:2
↓ 24 callers
Function
u
(t,e)
js/tweakpane.min.js:2
↓ 23 callers
Function
lt
(t,e)
js/tweakpane.min.js:2
↓ 23 callers
Method
remove
(t)
js/tweakpane.min.js:2
↓ 21 callers
Method
lerp
* Do a linear interpolation between two vectors * @param t A number between 0 and 1. 0 will make this function return u, and 1 will make it return
js/cannon-es.js:931
↓ 20 callers
Method
addScaledVector
* Scale a vector and add it to this vector. Save the result in "target". (target = this + vector * scalar) * @param target The vector to save the r
js/cannon-es.js:828
↓ 20 callers
Method
clear
* Indicates whether this pass should clear the stencil buffer. * * @type {Boolean} * @deprecated Use clearPass.enabled instead.
js/postprocessing.js:695
↓ 20 callers
Function
getOrthArea
(p1X, p1Y, p2X, p2Y, x, result)
js/postprocessing.js:14930
↓ 19 callers
Function
T
(t,e,n)
js/tweakpane.min.js:2
↓ 19 callers
Method
copyCameraSettings
* Copies the settings of the given camera. * * @param {Camera} camera - A camera.
js/postprocessing.js:4606
↓ 19 callers
Method
extend
* Extend this AABB so that it covers the given AABB too.
js/cannon-es.js:1121
↓ 19 callers
Function
n
(t)
js/tweakpane.min.js:2
↓ 19 callers
Method
setFromPoints
* Set the AABB bounds from a set of points. * @param points An array of Vec3's. * @return The self object
js/cannon-es.js:1033
↓ 18 callers
Method
createFrictionEquationsFromContact
(contactEquation, outArray)
js/cannon-es.js:10440
↓ 18 callers
Method
getVertex
* Get vertex i. * @return The "out" vector object
js/cannon-es.js:9544
↓ 18 callers
Method
lengthSquared
* Get the squared length of the vector.
js/cannon-es.js:756
↓ 17 callers
Method
createContactEquation
* Make a contact object, by using the internal pool or creating a new one.
js/cannon-es.js:10413
↓ 17 callers
Method
pointToWorldFrame
* Convert a local body point to world frame.
js/cannon-es.js:3561
↓ 17 callers
Method
release
* Release an object after use
js/cannon-es.js:10180
↓ 17 callers
Method
remove
()
cesiumExamples/expand/fire.js:151
↓ 16 callers
Function
bilinear
(e0, e1, e2, e3)
js/postprocessing.js:15449
↓ 16 callers
Method
copy
* Copies value of source to this vector.
js/cannon-es.js:919
↓ 16 callers
Method
dispose
* Frees internal resources.
js/postprocessing.js:16
↓ 16 callers
Method
get
* Get an object
js/cannon-es.js:10194
↓ 16 callers
Method
update
()
threeExamples/expand/multWindowScene.js:67
↓ 16 callers
Method
writeProperty
(t,e)
js/tweakpane.min.js:2
↓ 15 callers
Function
Jn
(t,e)
js/tweakpane.min.js:2
↓ 15 callers
Function
Jt
(t)
js/tweakpane.min.js:2
↓ 15 callers
Method
off
(t,e)
js/tweakpane.min.js:2
↓ 14 callers
Method
add
* Adds an object to this selection. * * If {@link exclusive} is set to `true`, the object will also be removed from all other layers. * *
js/postprocessing.js:2003
↓ 14 callers
Method
copy
* Copies the given resolution. * * @param {Resolution} resolution - The resolution.
js/postprocessing.js:1869
↓ 14 callers
Function
randomFloat
(low, high)
js/postprocessing.js:5403
↓ 14 callers
Function
rn
(t,e)
js/tweakpane.min.js:2
↓ 14 callers
Method
start
()
cesiumExamples/effect/radar.js:138
↓ 14 callers
Function
z
(t)
js/tweakpane.min.js:2
↓ 13 callers
Method
bindDisabled
(t)
js/tweakpane.min.js:2
↓ 13 callers
Method
create
(t)
js/tweakpane.min.js:2
↓ 13 callers
Function
ct
(t,e)
js/tweakpane.min.js:2
↓ 13 callers
Method
pointToLocalFrame
* Convert a world point to local body frame.
js/cannon-es.js:3534
↓ 13 callers
Function
pt
(t,e,n,i)
js/tweakpane.min.js:2
next →
1–100 of 3,272, ranked by callers