Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setPosition
Method
setPosition
Engine/source/T3D/fx/windEmitter.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void WindEmitter::setPosition( const Point3F& pos )
55
{
56
mSphere.center = pos;
57
}
58
59
void WindEmitter::update( const Point3F& pos, const VectorF& velocity )
60
{
Callers
15
gameConnection.cpp
File · 0.45
getWorldMatrix
Method · 0.45
spawnExplosion
Method · 0.45
update
Method · 0.45
onAdd
Method · 0.45
prepModelView
Method · 0.45
submitLights
Method · 0.45
prepRenderImage
Method · 0.45
processEvent
Method · 0.45
SoundAsset.cpp
File · 0.45
preload
Method · 0.45
getTransform
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected