Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
drawcall committed Nov 14, 2019
1 parent d20deaa commit 0c4ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ proton.addRenderer(renderer);
```

## Remarks
* `Proton.Span (or Proton.getSpan)` is a very important concept of the Proton engine, it's everywhere. If you understand its usage, you can create almost any desired effect!
* `Proton.Span` (or `Proton.getSpan`) is a very important concept of the Proton engine, it's everywhere. If you understand its usage, you can create almost any desired effect!

* If you want to create wind, rain, or snow, etc, you can use the `emitter.preEmit` method to pre-render the scene.

Expand Down

0 comments on commit 0c4ac09

Please sign in to comment.