<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katakanan</author_name>
  <author_url>https://blog.hatena.ne.jp/katakanan/</author_url>
  <blog_title>e-tipsmemo</blog_title>
  <blog_url>https://e-tipsmemo.hatenablog.com/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>Rust</anon>
    <anon>レイトレーシング</anon>
  </categories>
  <description>e-tipsmemo.hatenablog.comの補足。後々にレイトレーシングをマルチスレッド化していこうと思っているので まずは画像出力をマルチスレッド化した。階層はこのような感じ 実行結果は以下の様になる 上から3つのスレッドがそれぞれ画素を計算している事がわかる。最終的なイメージも渡してmutexのlockをして各スレッドから一枚絵を作る方法もあるが、 とりあえず今回の方向性では採用しないことにした。画像の分割は縦のピクセルを等分して余った分は最後に含めているので スレッド数が7のときは 画像サイズが 800x85が6個と800x90を1個計算して 最後にまとめる。Ray Tracin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fe-tipsmemo.hatenablog.com%2Fentry%2F2018%2F01%2F21%2F000000&quot; title=&quot;Rustでレイトレーシング 1.5 画像出力 - e-tipsmemo&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>https://cdn-ak.f.st-hatena.com/images/fotolife/k/katakanan/20180105/20180105002231.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-01-21 00:00:00</published>
  <title>Rustでレイトレーシング 1.5 画像出力</title>
  <type>rich</type>
  <url>https://e-tipsmemo.hatenablog.com/entry/2018/01/21/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
