GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
forward3d_model(3) Arcan Lua API forward3d_model(3)

forward3d_model - Push the model along its view vector.

nil
forward3d_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 )

This 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.

move3d_model(3) strafe3d_model(3) step3d_model(3)

June 2022 3d

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.