Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions RMesh_Model_Viewer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Binary file added RMesh_Model_Viewer.exe
Binary file not shown.