Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile RMesh Model Viewer #222

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
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.