<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gupuru</author_name>
  <author_url>https://blog.hatena.ne.jp/gupuru/</author_url>
  <blog_title>Three.jsを使って、作ってみた</blog_title>
  <blog_url>https://gupuru.hatenablog.jp/</blog_url>
  <categories>
    <anon>Three.js</anon>
  </categories>
  <description>今回は、Three.jsの「三角形オブジェクト」について書きます。 こんな形の三角形の作り方を書いていきます。 横から見ると、 こんなんです。 最初は、コードから書いていきます。 コチラです。 //ジオメトリ（形状）の宣言と生成 var geometry = new THREE.Geometry(); //頂点座標データを追加 geometry.vertices[0] = new THREE.Vector3(150,0,0); geometry.vertices[1] = new THREE.Vector3(0,150,0); geometry.vertices[2] = new THREE.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgupuru.hatenablog.jp%2Fentry%2F2013%2F12%2F17%2F210513&quot; title=&quot;Three.js　三角形(triangle)の作り方 - Three.jsを使って、作ってみた&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/g/gupuru/20131217/20131217203324.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-12-17 21:05:13</published>
  <title>Three.js　三角形(triangle)の作り方</title>
  <type>rich</type>
  <url>https://gupuru.hatenablog.jp/entry/2013/12/17/210513</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
