b3dPositionForceField

Moves force field to world position x,y,z (updates center point of effect area). Takes handle (force field handle from b3dCreateForceField), x/y/z (new position in world space where force field is centered). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

handle Int
x Double
y Double
z Double

Returns

Void

Quick Summary

Moves force field to world position x,y,z (updates center point of effect area). Takes handle (force field handle from b3dCreateForceField), x/y/z (new position in world space where force field is centered). Returns nothing.

Technical Exegesis...

Moves force field to world position x,y,z (updates center point of effect area). Takes handle (force field handle from b3dCreateForceField), x/y/z (new position in world space where force field is centered). Returns nothing. Sets ff.position, updates force field center for next physics update. Use to move force fields dynamically, reposition hazards, or animate force field locations.

This function repositions force field.

Example

Example.bam
; No example implemented yet