|
NAMEforward3d_model - Push the model along its view vector.SYNOPSISnilforward3d_model( vid:model, float:factor ) forward3d_model( vid:model, float:factor, bool:mask_x=false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y=false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y, bool:mask_z+false ) forward3d_model( vid:model, float:factor, bool:mask_x, bool:mask_y, bool:mask_z, uint:interp=INTERP_LINEAR ) DESCRIPTIONThis function moves the object further along in the direction it is currently facing by taking the orientation view vector, multiplying it by a factor and adding it to the current position. If any of the optional mask arguments, the specified axis will not be altered.SEE ALSO:move3d_model(3) strafe3d_model(3) step3d_model(3)
Visit the GSP FreeBSD Man Page Interface. |