diff --git a/RMesh_Model_Viewer.bb b/RMesh_Model_Viewer.bb index 3901abd0b..1d6628cbc 100644 --- a/RMesh_Model_Viewer.bb +++ b/RMesh_Model_Viewer.bb @@ -707,15 +707,15 @@ Function LoadRMesh(file$) Return Opaque End Function -Print "Hey Mark," -Print "stop losing this ffs" -Print "Thanks for your time." +Print "RMesh Viewer" +Print "Enter RMesh path and name with extension" +Print "Example: GFX/map/173bright_opt.rmesh" Print "" Local fname$ = Input("RMesh To load: ") Graphics3D 1280,720,32,2 -;Global bump% = LoadTexture("scpcb/gfx/map/tilebump.jpg") +;Global bump% = LoadTexture("GFX/map/tilebump.jpg") ;TextureBlend bump,6 ;TextureBumpEnvMat bump,0,0,1.009 ;TextureBumpEnvMat bump,0,1,-1.000 @@ -726,7 +726,7 @@ Graphics3D 1280,720,32,2 Global mesh% = LoadRMesh(fname) -;white% = LoadTexture("scpcb/gfx/map/wood.jpg") +;white% = LoadTexture("GFX/map/wood.jpg") ;TextureCoords white,1 ;EntityTexture mesh,bump,0,0 ;FreeTexture bump diff --git a/RMesh_Model_Viewer.exe b/RMesh_Model_Viewer.exe new file mode 100644 index 000000000..4c4481b06 Binary files /dev/null and b/RMesh_Model_Viewer.exe differ