Skip to content
davido262 edited this page Nov 5, 2012 · 3 revisions

This is a list of the attributes and commands in an unmodified Shoggoth Engine project

Device

Attributes

  • title
  • fullscreen
  • resolution

Commands

  • initialize
  • shutdown
  • swap-buffers

Renderer

Attributes

  • ambient-light

Commands

  • initialize
  • shutdown

Resources

Commands

  • initialize
  • shutdown

Physics World

Attributes

  • min-expected-framerate

Commands

  • initialize
  • shutdown

Scene

Commands

  • initialize
  • shutdown
  • save-xml
  • load-xml

Entity

Attributes

  • position-abs
  • position-rel
  • orientation-abs-ypr
  • orientation-rel-ypr

Camera

  • type
  • perspective-fov
  • ortho-height
  • near-distance
  • far-distance

Light

  • ambient-color
  • diffuse-color
  • specular-color

RigidBody

  • mass
  • damping
  • friction
  • rolling-friction
  • restitution
  • sleeping-thresholds
  • linear-factor
  • linear-velocity
  • angular-factor
  • angular-velocity
  • gravity

Commands

  • move-xyz
  • move-x
  • move-y
  • move-z
  • move-xyz-parent
  • move-x-parent
  • move-y-parent
  • move-z-parent
  • move-xyz-global
  • move-x-global
  • move-y-global
  • move-z-global
  • yaw
  • pitch
  • roll
  • yaw-parent
  • pitch-parent
  • roll-parent
  • yaw-global
  • pitch-global
  • roll-global
  • remove-all-children

RenderableMesh

  • load-model-box
  • load-model-file
Clone this wiki locally