aspose-3d / Aspose.3D-for-.NET

Aspose.3D for .NET examples, plugins and showcases
https://products.aspose.com/3d/net
MIT License
65 stars 21 forks source link

[Bug] Unable to import certain VRML 1.0 files #29

Open dfgHiatus opened 2 years ago

dfgHiatus commented 2 years ago

Aspose.3D fails to import certain VRML 1.0 files, I have provided one such file to this issue. Replication is straightforward:

  1. Open the examples project, uncomment the OpenVRML.Run() method
  2. Insert the attached model into the Data folder
  3. Run the example. Observe Aspose throws:
    This exception was originally thrown at this call stack:
    [External Code]
    Aspose._3D.Examples.CSharp.WorkingWithVRML.OpenVRML.Run() in OpenVRML.cs
    Aspose._3D.Examples.CSharp.RunExamples.Main() in RunExamples.cs

    Here is a working model, let me know if there is more I can do to assist you.