issues
search
Robert42
/
gl-research-toolkit
A small collection of tools thought for researching realtime graphic techniques using OpenGL
Other
5
stars
0
forks
source link
Improve performance for loading meshes
#50
Closed
Robert42
closed
7 years ago
Robert42
commented
8 years ago
[ ] compile the mesh into bytecode
[ ] alternatively: Use the script only to provide information and store the data itself in a *.raw format
[ ] Use an own type for the arrays?
http://www.angelcode.com/angelscript/sdk/docs/manual/doc_reg_basicref.html#doc_reg_basicref_4
Robert42
commented
7 years ago
using now a binary format
http://www.angelcode.com/angelscript/sdk/docs/manual/doc_reg_basicref.html#doc_reg_basicref_4