AllenCell / AllenCell/agave

wall and floor planes

オープン
#76 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
UX
主要言語
C++
スター
62
フォーク
9
平均マージ
1日 2時間
マージ済み PR(30日)
1

説明

## Use Case

In order to ground the scene and give dimensional reference, it can be useful to have walls or floor planes that receive shadows at the X/Y/Z extents of the volume

## Solution

Ideally:
User can select which plane to put a wall. User can select color of wall. Walls will only be inward-facing so they never block camera view. The walls will not be part of the volume data but will be pathtraced.

## Alternatives

A previous hackish alternative was to put a single plane of high intensity values into the volume data itself at the dimensional extent (floor plane). However, this overwrites data in a particular channel and can't be colored independently. The renderer only handles 4 channels in volume data so it would be expensive to make it be a separate channel -- you'd only have 3 proper data channels left to display -- but possible.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。