Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シーン全体ではなく、シーンの一部のみを描画するよう povray に依頼することはできますか? では、描画するピクセルのセットを指定しますか?
Start_Column、End_Column、Start_RowおよびEnd_Rowコマンドライン オプションを使用します。たとえば、320x240 ピクセルの画像の右下の 4 分の 1 のみをレンダリングするには、次のようにします。
Start_Column
End_Column
Start_Row
End_Row
povray +W320 +H240 Start_Column=160 End_Column=320 Start_Row=120 End_Row=240 scene.pov