code optimization
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
Imports System.Globalization
|
||||
Imports System.IO
|
||||
Imports System.Threading
|
||||
|
||||
Imports Aspose.ThreeD
|
||||
Imports Aspose.ThreeD.Entities
|
||||
Imports Aspose.ThreeD.Formats
|
||||
Imports Aspose.ThreeD.Shading
|
||||
Imports Aspose.ThreeD.Utilities
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Imports System.IO
|
||||
|
||||
Imports Assimp
|
||||
Imports Assimp.Unmanaged
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
Imports System.Globalization
|
||||
Imports System.IO
|
||||
Imports System.Threading
|
||||
|
||||
Imports Pilz.S3DFileParser.Exceptions
|
||||
|
||||
Namespace ObjModule
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
Imports System.IO
|
||||
Imports System.Numerics
|
||||
Imports System.Numerics
|
||||
|
||||
Public Class Object3D
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
Imports System.IO
|
||||
Imports System.Runtime.CompilerServices
|
||||
Imports System.Runtime.CompilerServices
|
||||
|
||||
Friend Module Extensions
|
||||
|
||||
|
||||
@@ -1,4 +1,12 @@
|
||||
Imports System.Reflection
|
||||
|
||||
' Nicht gemergte Änderung aus Projekt "Pilz.Simple3DFileParser (netstandard2.0)"
|
||||
' Vor:
|
||||
' Imports System.Reflection
|
||||
' Imports Assimp.Unmanaged
|
||||
' Nach:
|
||||
' Imports System.Reflection
|
||||
'
|
||||
' Imports Assimp.Unmanaged
|
||||
Imports Assimp.Unmanaged
|
||||
|
||||
Public Class File3DLoaderModule
|
||||
|
||||
Reference in New Issue
Block a user