Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle shape #16

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Circle shape #16

wants to merge 3 commits into from

Commits on Aug 8, 2012

  1. Made body cache the service so that it can grab the dimension map fro…

    …m it later
    
    Made onUpdate and onComponentOwnerChanged in body set the owner's transform based on what dimension map resolver has been set to (either XY (default), XZ, or YZ
    Added dimensionMaps to resolver (adding dimensionMap to the options that are sent in will allow you to set what dimensions the physics service maps to in 3D) (see tank in examples for example use)
    Removed odd options.gravity = options.gravity || [0,0]; line of code from resolver
    David Perit committed Aug 8, 2012
    Configuration menu
    Copy the full SHA
    cd5c1b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2012

  1. Halved any dimensions passed into box-shape so that units match up ex…

    …actly in gladius and box2d
    David Perit committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    f7ba33e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2012

  1. Added a circle shape

    David Perit committed Aug 10, 2012
    Configuration menu
    Copy the full SHA
    99e5e67 View commit details
    Browse the repository at this point in the history