Giter VIP home page Giter VIP logo

rayrun2019's Introduction

日本レイトレーシング協会公式認定 全日本レイトレ選手権 交差判定部門

ルール

  • 高速なpreprocess()とintersect()を実装してください。
  • ビルド済みのdllを提出してください。
  • 実行はc5.2xlargeのWindowsインスタンス上で行われます。

実装に関して

  • preprocess()はシーンの構築を行います。
  • intersect()はシーンに対する交差判定を行います。
  • intersect()はpreprocess()の後に呼び出されます。
  • intersect()は複数のスレッドから呼び出されます。
  • intersect()を複数スレッドから呼び出されたくない場合はneverUseOpenMP()を実装し、trueを返してください。

禁止事項

  • GPUは使用しないでください。
  • Embreeなどサードパーティの交差判定ライブラリは使用しないでください。
  • 交差判定以外であればサードパーティライブラリは使用しても構いません。

対決方法

  • 1on1のトーナメント方式です。
  • レンダリングが先に終了したほうが勝ち抜きです。
  • 対決前に早押しクイズを行います。勝利した方がレンダリングシチュエーションを選べます。
  • レンダリングシチュエーションは当日までヒミツです。
  • レンダリングモデルはMcGuireのページ以外からも用意されます。
  • よくあるシチュエーションをはじめ、極端なシチュエーションも用意しています。
  • レンダリングが60秒を超えた場合は自動的に不戦杯です。

参考実装のビルド方法

mkdir rayrun
cd rayrun
git clone https://github.com/qatnonoil/rayrun2019.git
git submodule update --init
build.bat
  1. 出来たrayrun.slnを開きます。
  2. rayrunプロジェクトの実行引数に"refimp "../asset/hairball.json""と入力します。
  3. テスト実装(refimp.dll)が動きます。

このテスト実装の中身を参考に各自の実装を作ってください。

その他

rayrun2019's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.