OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Public Attributes | List of all members
OpenSim.Region.ClientStack.Linden.ModelCost Class Reference

Public Member Functions

bool MeshModelCost (LLSDAssetResource resources, int basicCost, out int totalcost, LLSDAssetUploadResponseData meshcostdata, out string error, ref string warning)
 

Public Attributes

float ModelMeshCostFactor = 0.0f
 
float ModelTextureCostFactor = 1.0f
 
float ModelMinCostFactor = 0.0f
 
float primCreationCost = 0.002f
 
float bytecost = 1e-5f
 
float PrimScaleMin = 0.001f
 
float NonPhysicalPrimScaleMax = 256f
 
float PhysicalPrimScaleMax = 10f
 
int ObjectLinkedPartsMax = 512
 

Detailed Description

Definition at line 55 of file MeshCost.cs.

Member Function Documentation

bool OpenSim.Region.ClientStack.Linden.ModelCost.MeshModelCost ( LLSDAssetResource  resources,
int  basicCost,
out int  totalcost,
LLSDAssetUploadResponseData  meshcostdata,
out string  error,
ref string  warning 
)
inline

Definition at line 125 of file MeshCost.cs.

Member Data Documentation

float OpenSim.Region.ClientStack.Linden.ModelCost.bytecost = 1e-5f

Definition at line 70 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.ModelMeshCostFactor = 0.0f

Definition at line 62 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.ModelMinCostFactor = 0.0f

Definition at line 64 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.ModelTextureCostFactor = 1.0f

Definition at line 63 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.NonPhysicalPrimScaleMax = 256f

Definition at line 99 of file MeshCost.cs.

int OpenSim.Region.ClientStack.Linden.ModelCost.ObjectLinkedPartsMax = 512

Definition at line 101 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.PhysicalPrimScaleMax = 10f

Definition at line 100 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.primCreationCost = 0.002f

Definition at line 68 of file MeshCost.cs.

float OpenSim.Region.ClientStack.Linden.ModelCost.PrimScaleMin = 0.001f

Definition at line 98 of file MeshCost.cs.


The documentation for this class was generated from the following file: