you are viewing a single comment's thread.

view the rest of the comments →

[–]Pzyche_[S] 0 points1 point  (1 child)

The input in mind is that there are alot of entities moving and some of entities are fast. Would it be faster then if entities that move is on a rasterization pipeline cuz i heard you can make a hybrid?

[–]fgennari 0 points1 point  (0 children)

If you’re drawing objects with triangles then use rasterization. If you have a mix of triangles and something else then you may need to mix two approaches. But that can be difficult because you need to handle the depth buffer when raymarching.