You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rres specification has support for RRES_DATA_VERTEX, and raylib has functions for loading/converting several formats to a raylib mesh. But currently the rrespacker tool only packs any of these formats as RRES_DATA_RAW.
The rres specification has support for
RRES_DATA_VERTEX, and raylib has functions for loading/converting several formats to a raylib mesh. But currently the rrespacker tool only packs any of these formats asRRES_DATA_RAW.