Component "Assimp" and Export 3D Scene into Graphical File
-
Hello experts!!! There is a component for Visual Studio C ++ "assimp" (Open Asset Import Library). With the help of "assimp" on the screen built scene with a 3D object. Can I with the help of "assimp" export the scene image with a 3D object into graphical file, for example BMP or JPEG? :omg:
-
Hello experts!!! There is a component for Visual Studio C ++ "assimp" (Open Asset Import Library). With the help of "assimp" on the screen built scene with a 3D object. Can I with the help of "assimp" export the scene image with a 3D object into graphical file, for example BMP or JPEG? :omg:
Looking at the site, the package it already does that via it's viewer (open3mod). They call it a "screenshot" although more technically it is a render. They are inserting a camera position against the 3D model in a 3D space and rendering what would be seen. You would have to do the same.