Update README.md

This commit is contained in:
yoichi kobayashi 2019-07-08 15:33:04 +09:00 committed by GitHub
parent dab0a66613
commit 8a7273d974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ calculate white noise.
#pragma glslify: random = require(glsl-util/random);
```
### `spherical(float radian1, float radian2, float radius)`
### `polar(float radian1, float radian2, float radius)`
calculate Spherical coordinate.
calculate polar coordinates.
```
#pragma glslify: polar = require(glsl-util/polar);