OpenSim-NGC / OpenSim-Tranquillity

OpenSim Core ++. Provides Bug Fixes and some new ideas that enhance the reliability and performance of OpenSim Core Yeti.
Other
23 stars 13 forks source link

Implement Cost Calculations for uploads and resize events for Mesh. #31

Open mdickson opened 3 years ago

mdickson commented 3 years ago

Provide a land impact calculated value that is regenerated on an object resize. This will provide some guidance to creators on how expensive a given mesh is. This costing mechanism also needs to be worked in to the mesh upload code so that costs are presented at upload time. Finally on a resize the LI needs to be recalculated and stored and Prim Count vs. Land Impact needs to be correctly reported since they can now be different. All this was implemented previously in Halcyon so it may be a source for at least ideas on the approach.