OGRECave / ogre-meshviewer

Viewer for .mesh and .scene files as consumed by OGRE as well as any format supported by assimp
MIT License
56 stars 13 forks source link

support opening mesh on different drive than mesh viewer. #5

Closed creadmefford closed 4 years ago

creadmefford commented 4 years ago

if the batch file is on a different drive than the target '.mesh' file the viewer will fail to open.

the change directory command needs to include /d to also change drive letters.

paroj commented 4 years ago

:+1: thanks