I want to create a service program (running on the server) that calls Wavefront format (*.obj) on the C# console, applies shader, uvmap, bumpmap, etc., and stores it as a 2d image.
I tried using libraries such as sharpgl and opentk, but it doesn't seem to be processed in the background.
If you know a library that handles 3D in the background even if it's not C#, please recommend it~
Thank you for the book that explains the theory.
3d image c# image-processing
There is a MESA library where you can only emulate OpenGL in software without hardware support. MESA is a port of OpenGL functions on Linux.
MESA can replace OpenGL, but I haven't tested it myself.
I haven't tried it either, so I can't say for sure.
SimpleScene I'd also like you to review it.
It says it will bring in WavefrontObj and render it, but I don't know if it's possible in the background. The function has the following description.
rendering 3d meshes through opengl, including support for loading WavefrontOBJ files
© 2024 OneMinuteCode. All rights reserved.