1 / 4

Entity Movement and Pivot in Blitz3D

Entity Movement and Pivot in Blitz3D. Presenter: Ratko Jagodic Demos: Mark Thompson. Movement. MoveEntity – relative to position AND orientation TranslateEntity – relative to position but NOT orientation PositionEntity – absolute position in 3D space Syntax

dung
Télécharger la présentation

Entity Movement and Pivot in Blitz3D

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Entity Movement and Pivot in Blitz3D Presenter: Ratko Jagodic Demos: Mark Thompson

  2. Movement • MoveEntity – relative to position AND orientation • TranslateEntity – relative to position but NOT orientation • PositionEntity – absolute position in 3D space • Syntax • operation entity, dX, dY, dZ University of Illinois at Chicago

  3. Rotation • TurnEntity – relative to orientation • RotateEntity – absolute orientation • Syntax • operation entity, pitch, yaw, roll University of Illinois at Chicago

  4. Pivots • CreatePivot – creates a pivot entity to attach the children entities to • EntityParent – assigns a parent to an entity • very useful for moving multiple entities at the same time in the same direction (move only the pivot instead of all the entities) Syntax EntityParent entity, parent University of Illinois at Chicago

More Related