Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 603 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 603 Bytes

scala-raytracing

Raytracing with scala and processing

scala + processingでレイトレーシングするサンプル

CPU並列化してあるのでコア数が多ければ高速に描画されます

Usage

IntelliJ IDEAでプロジェクトを開いて、RayTracingまたはPathTracingオブジェクトを直接実行する

Images

サンプル実行画像

Ray tracing

ray-tracingimg

Path tracing

path-tracing-img

Reference

はじめようレイトレーシング」を参考に実装しました。