Arctron.Obj2Gltf
1.1.2
Convert wavefront obj file to gltf/glb file
Install-Package Arctron.Obj2Gltf -Version 1.1.2
dotnet add package Arctron.Obj2Gltf --version 1.1.2
<PackageReference Include="Arctron.Obj2Gltf" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arctron.Obj2Gltf --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WaveFront Obj File Converter
Convert to:
- gltf/glb
- 3d tiles(b3dm) with batch ids
Obj file limitations:
- one mtl file
- all faces should have 3 or 4 vertices
- only convert ka, kd, Ke, map_ka, map_kd, Ns, d, Tr material info
References
WaveFront Obj File Converter
Convert to:
- gltf/glb
- 3d tiles(b3dm) with batch ids
Obj file limitations:
- one mtl file
- all faces should have 3 or 4 vertices
- only convert ka, kd, Ke, map_ka, map_kd, Ns, d, Tr material info
References
Dependencies
-
.NETFramework 4.5
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 11.0.2)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Arctron.Obj2Gltf:
Package | Downloads |
---|---|
Arctron.Obj23dTiles
Convert wavefront obj file to 3d tiles, which can be used in cesium
|
GitHub repositories
This package is not used by any popular GitHub repositories.