wilsonsilva / raylib-ruby

Ruby bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
https://raylib-ruby.com
zlib License
18 stars 1 forks source link

Lack of documentation for importing and using Models #7

Closed Studio-Lotus closed 3 months ago

Studio-Lotus commented 3 months ago

I'm trying to load an OBJ format model into my program but it's unclear how to actually use the create function of the model. Documentation for loading / using / animating models would be very appreciated.

Studio-Lotus commented 3 months ago

fixed using load_model and the global version instead of namespace, although documentation would still be appreciated