-
Enhancement
-
Resolution: Unresolved
-
P3
-
fx2.0
Prism's current way of handling transforms is slow. In the Bitmap test it is the bottleneck. There are many different possible solutions. For example, implementing transforms in the vertex shader, collapsing branches of the scene graph into one transform, and considering some form of hardware instancing.