[orx-obj-loader] Add demo descriptions

This commit is contained in:
Abe Pazos
2025-11-15 17:37:13 +01:00
parent ce123dfabd
commit 9d68b75c5d
5 changed files with 37 additions and 3 deletions

View File

@@ -6,6 +6,12 @@ import org.openrndr.draw.shadeStyle
import org.openrndr.extra.objloader.loadOBJasVertexBuffer
import org.openrndr.math.Vector3
/**
* Demonstrates how to load a `.obj` file as a `VertexBuffer`.
*
* The `loadOBJasVertexBuffer()` function expects the path to the `.obj` file as an argument.
*
*/
fun main() = application {
configure {
width = 720