1 using System.Collections.Generic;
2 using System.ComponentModel;
4 using SiliconStudio.Core;
5 using SiliconStudio.Core.Mathematics;
6 using SiliconStudio.Core.Serialization.Contents;
10 [ContentSerializer(typeof(DataContentSerializer<ConvexHullColliderShapeDesc>))]
11 [DataContract(
"ConvexHullColliderShapeDesc")]
14 #if SILICONSTUDIO_PLATFORM_WINDOWS_DESKTOP
20 #if SILICONSTUDIO_PLATFORM_WINDOWS_DESKTOP
36 public bool SimpleWrap =
true;
42 public int Depth = 10;
48 public int PosSampling = 10;
54 public int AngleSampling = 10;
60 public int PosRefine = 5;
66 public int AngleRefine = 5;
72 public float Alpha = 0.01f;
78 public float Threshold = 0.01f;
List< List< List< uint > > > ConvexHullsIndices
List< List< List< Vector3 > > > ConvexHulls
Data type for SiliconStudio.Paradox.Effects.Model.
using SiliconStudio.Paradox. Physics
Core.Serialization.ContentReference< Effects.Data.ModelData > Model