markcwm / openb3d.mod

OpenB3D BlitzMax wrapper, see openb3d.docs for examples
18 stars 7 forks source link

3DS loader is currently broken. #6

Closed Kippykip closed 6 years ago

Kippykip commented 6 years ago

Since I updated to the latest OpenB3D wrapper, 3DS meshes no longer load correctly and also I can't control them look a normal mesh. Such as no texture filtering, no collisions, no hiding and no rotation etc.

I created a thread about it on SyntaxBomb https://www.syntaxbomb.com/index.php/topic,4792.msg18261/topicseen.html#new

The version of OpenB3D I was using until was dated around 13/02/2018

Kippykip commented 6 years ago

Nevermind, digging through the commits I found that there's a loader parameter thing now. MeshLoader("library") fixes it.