Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. P2T Exception: System.NullReferenceException: Object reference not set to an instance of an object
  2. at PrimitivesPro.ThirdParty.P2T.DTSweep.FlipEdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.TriangulationPoint ep, PrimitivesPro.ThirdParty.P2T.TriangulationPoint eq, PrimitivesPro.ThirdParty.P2T.DelaunayTriangle t, PrimitivesPro.ThirdParty.P2T.TriangulationPoint p) [0x00000] in <filename unknown>:0
  3. at PrimitivesPro.ThirdParty.P2T.DTSweep.FlipEdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.TriangulationPoint ep, PrimitivesPro.ThirdParty.P2T.TriangulationPoint eq, PrimitivesPro.ThirdParty.P2T.DelaunayTriangle t, PrimitivesPro.ThirdParty.P2T.TriangulationPoint p) [0x00000] in <filename unknown>:0
  4. at PrimitivesPro.ThirdParty.P2T.DTSweep.EdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.TriangulationPoint ep, PrimitivesPro.ThirdParty.P2T.TriangulationPoint eq, PrimitivesPro.ThirdParty.P2T.DelaunayTriangle triangle, PrimitivesPro.ThirdParty.P2T.TriangulationPoint point) [0x00000] in <filename unknown>:0
  5. at PrimitivesPro.ThirdParty.P2T.DTSweep.EdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.TriangulationPoint ep, PrimitivesPro.ThirdParty.P2T.TriangulationPoint eq, PrimitivesPro.ThirdParty.P2T.DelaunayTriangle triangle, PrimitivesPro.ThirdParty.P2T.TriangulationPoint point) [0x00000] in <filename unknown>:0
  6. at PrimitivesPro.ThirdParty.P2T.DTSweep.EdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.TriangulationPoint ep, PrimitivesPro.ThirdParty.P2T.TriangulationPoint eq, PrimitivesPro.ThirdParty.P2T.DelaunayTriangle triangle, PrimitivesPro.ThirdParty.P2T.TriangulationPoint point) [0x00000] in <filename unknown>:0
  7. at PrimitivesPro.ThirdParty.P2T.DTSweep.EdgeEvent (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx, PrimitivesPro.ThirdParty.P2T.DTSweepConstraint edge, PrimitivesPro.ThirdParty.P2T.AdvancingFrontNode node) [0x00000] in <filename unknown>:0
  8. at PrimitivesPro.ThirdParty.P2T.DTSweep.Sweep (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx) [0x00000] in <filename unknown>:0
  9. at PrimitivesPro.ThirdParty.P2T.DTSweep.Triangulate (PrimitivesPro.ThirdParty.P2T.DTSweepContext tcx) [0x00000] in <filename unknown>:0
  10. at PrimitivesPro.ThirdParty.P2T.P2T.Triangulate (PrimitivesPro.ThirdParty.P2T.TriangulationContext tcx) [0x00000] in <filename unknown>:0
  11. at PrimitivesPro.ThirdParty.P2T.P2T.Triangulate (TriangulationAlgorithm algorithm, ITriangulatable t) [0x00000] in <filename unknown>:0
  12. at PrimitivesPro.ThirdParty.P2T.P2T.Triangulate (PrimitivesPro.ThirdParty.P2T.Polygon p) [0x00000] in <filename unknown>:0
  13. at MeshSlicing.Polygon.Triangulate () [0x0029a] in D:\Projects\windward2prototype\Assets\Addons\Exploder\Polygon.cs:181
  14. UnityEngine.Debug:LogError(Object)
  15. MeshSlicing.Polygon:Triangulate() (at Assets/Addons/Exploder/Polygon.cs:186)
  16. MeshSlicing.MeshSlicer:Triangulate(List`1, Plane, Color32, Vector4, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) (at Assets/Addons/Exploder/MeshSlicer.cs:840)
  17. MeshSlicing.MeshSlicer:Slice(MeshInstance, Plane, MeshInstance, MeshInstance, Vector4, Color32, Settings) (at Assets/Addons/Exploder/MeshSlicer.cs:595)
  18. MeshSlicing.MeshSlicerTools:SliceOffBottom(MeshSlicer, List`1, Settings) (at Assets/Addons/Exploder/MeshSlicer.cs:1353)
  19. MeshSlicing.<Slice>c__AnonStorey0:<>m__0() (at Assets/Addons/Exploder/MeshSlicer.cs:1045)
  20. TNet.<StartThreads>c__AnonStorey1:<>m__0() (at Assets/Addons/TNet/Client/WorkerThread.cs:226)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement