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

Issues in Programmer's Guide #15

Open
dare0021 opened this issue Apr 23, 2014 · 1 comment
Open

Issues in Programmer's Guide #15

dare0021 opened this issue Apr 23, 2014 · 1 comment

Comments

@dare0021
Copy link

Typo in
Joints -> Joint Definition
Third sentence states "One body may static."

Formatting problem in
Joints -> Using Joints -> Revolute Joint
13th paragraph is a code fragment that is not formatted correctly (not in code format and contains no line breaks)

@dare0021
Copy link
Author

Also, in Particle Module -> Creating and Destroying Particle Groups
The first code fragment has an error

shape.SetAsBox(10, 5);
pd.shape =

should be

pd.shape = shape.SetAsBox(10, 5);


In Particle M odule -> Particle Behaviors -> Zombie
The first paragraph contains a word "parti'cles", which appears to be a typo of "particles".

@dare0021 dare0021 changed the title Issues in Programmer's Guide -> Joints Issues in Programmer's Guide Apr 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant