Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QingXia-Ela/Up2017-Particles-Effect-Template
/ functions
Functions
27 in github.com/QingXia-Ela/Up2017-Particles-Effect-Template
⨍
Functions
27
◇
Types & classes
11
↓ 3 callers
Function
getRangeRandom
(e: number, t: number)
src/THREE/index.ts:23
↓ 3 callers
Function
getRangeRandom
(e: number, t: number)
src/THREE/atmosphere.ts:24
↓ 2 callers
Method
AlignCameraCenter
* 场景归中到水平位置 * * @param immediately 立即归中
src/THREE/index.ts:427
↓ 2 callers
Method
ChangeModel
* 修改模型 * @param {string} name 模型名字 * @param {number?} time 动画时间长度,默认 `1500ms`
src/THREE/index.ts:348
↓ 2 callers
Method
ListenMouseMove
* 开始监听鼠标移动的钩子 * * 一般在入场动画结束后调用
src/THREE/index.ts:405
↓ 2 callers
Function
VerticesDuplicateRemove
(arr: Float32Array)
src/utils/VerticesDuplicateRemove.ts:6
↓ 1 callers
Function
GetFlatGeometry
()
src/utils/GetFlatGeometry.ts:4
↓ 1 callers
Method
StopListenMouseMove
* 取消监听鼠标移动的钩子
src/THREE/index.ts:415
↓ 1 callers
Method
_addModels
()
src/THREE/index.ts:225
↓ 1 callers
Method
_finishLoadModal
()
src/THREE/index.ts:285
↓ 1 callers
Method
_updateRotation
()
src/THREE/index.ts:470
↓ 1 callers
Method
createEffect
()
src/THREE/index.ts:207
↓ 1 callers
Method
createScene
()
src/THREE/index.ts:130
↓ 1 callers
Method
initStats
()
src/THREE/index.ts:194
↓ 1 callers
Function
load
(group)
src/pages/IndexPage/index.tsx:73
↓ 1 callers
Method
update
(t: number)
src/THREE/index.ts:478
Function
App
()
src/App.tsx:5
Function
IndexPage
()
src/pages/IndexPage/index.tsx:13
Function
Layout
()
src/layouts/index.tsx:5
Method
VerticesDuplicateRemove
* 数组粒子去重方法 * @param arr 待去重的数组 * @returns {Float32Array}
src/THREE/index.ts:447
Method
constructor
(options: ParticleSystemProps)
src/THREE/index.ts:89
Method
constructor
(options: AtmosphereParticleProps)
src/THREE/atmosphere.ts:36
Method
finishLoad
()
src/THREE/index.ts:244
Function
onAnimationFrameUpdate
(PerfromPoint, TweenList, Geometry)
src/pages/IndexPage/index.tsx:102
Function
onEnterEnd
(PointGeometry)
src/pages/IndexPage/index.tsx:95
Function
onEnterStart
(PointGeometry)
src/pages/IndexPage/index.tsx:92
Function
onLoadComplete
(Geometry)
src/pages/IndexPage/index.tsx:67