Skip to content
Richard Sahlin edited this page Apr 7, 2024 · 9 revisions

This project is discontinued in favor of Vulkan engine:

This repo is the viewer for gltf models loaded and rendered using #graphics-by-opengl
https://github.com/rsahlin/graphics-by-opengl/wiki/home

GLTF Model Viewer

Supports loading and viewing of gltf models.
GLTF support is added to #graphics-by-opengl - this app is the client interface for display of models.
See #graphics-by-opengl for more information regarding implementation / source.

A couple of models are included in the .jar build (found in 'builds' folder) - press left / right arrow to cycle through available models.

Exposure value can be changed:
Press 'e' and mouse button one - the x position of cursor changes the exposure value. Range is 0 -> 2.5

Light intensity value can be changed:
Press 'l' and mouse button one - the x position of cursor changes the light intensity. Range is 0 -> 8.0

Jar builds are in the 'builds' folder - currently built for windows.

How to run .jar file
Windows doubleclick on .jar or run_windows.bat file.
Command line arguments:
WINDOW-WIDTH=INT
WINDOW-HEIGHT=INT
FULLSCREEN=BOOLEAN

Rendered image of gltf waterbottle using graphics-by-opengl

Clone this wiki locally