From 8a7273d974bea8d8c6a3c083b3ff5d85f49174d6 Mon Sep 17 00:00:00 2001 From: yoichi kobayashi Date: Mon, 8 Jul 2019 15:33:04 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c4bfb..9509538 100644 --- a/README.md +++ b/README.md @@ -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);