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

"Basic Usage"で何も表示されない #3

Closed
pentamania opened this issue Jan 1, 2019 · 1 comment
Closed

"Basic Usage"で何も表示されない #3

pentamania opened this issue Jan 1, 2019 · 1 comment

Comments

@pentamania
Copy link

DocsのBasic Usageを試させていただいたのですが、そのままでは何も表示されませんでした。

geometry.addAttribute('position', 3, [
  0.0, 1.5, 0.0,
  1.0, 0.0, 1.0,
  1.0, 0.0, -1.0,
]);

のところですが、正しくは

geometry.addAttribute('position', 3, [
  0.0, 0.5, 0.0,
  -1.0, -0.5, 0.0,
  1.0, -0.5, 0.0,
]);

ではないでしょうか。

(画像クリックで開くサンプルでは上のようになっており、正しく表示されています。)

@sawa-zen
Copy link
Owner

sawa-zen commented Jan 4, 2019

@pentamania さん
返信おそくなりました!ご指摘ありがとうございます!
こちら修正いたしましたm(_ _)m

@sawa-zen sawa-zen closed this as completed Jan 5, 2019
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

2 participants