You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some place in the code have non user controllable constant litteral, as pointed out in #915 , i.e here
and here
We may remove them. In this case we can simply remove DrawPrimitives indirect all to Geometry make* method, and instead have a more flexible way to create such render object.
But there is still old code to update in DrawPrimitive.
The text was updated successfully, but these errors were encountered:
Some place in the code have non user controllable constant litteral, as pointed out in #915 , i.e here
and here
We may remove them. In this case we can simply remove DrawPrimitives indirect all to Geometry make* method, and instead have a more flexible way to create such render object.
But there is still old code to update in DrawPrimitive.
The text was updated successfully, but these errors were encountered: