Ejemplo n.º 1
0
 public static void RegisterSocketGenTypes(SORegistry registry)
 {
     registry.RegisterType(Scan, EmitScanSO, BuildScanSO);
     registry.RegisterType(EnclosedPatch, EmitEnclosedPatchSO, BuildEnclosedPatchSO);
     registry.RegisterType(PlaneIntersectionCurve, EmitPlaneIntersectionCurveSO, BuildPlaneIntersectionCurveSO);
     registry.RegisterType(TrimLoop, EmitTrimLoopSO, BuildTrimLoopSO);
     registry.RegisterType(LengthenPivot, EmitLengthenPivotSO, BuildLengthenPivotSO);
 }
Ejemplo n.º 2
0
 public static void RegisterCotangentTypes(SORegistry registry)
 {
     registry.RegisterType(PrintMesh, PrintMeshSO_Serialization.Emit, PrintMeshSO_Serialization.Build);
 }