Hi all
would it be possible to write an expression into a editbox and then pass it to a variable?.
something like 2+5*2 or valueA*3 or acin(valueA*3) and then grab the result..
krom
value expression from editbox
Re: value expression from editbox
you would need to write either your own parser or use a scripting system.
I use Lua & luabind to debug from a console.
"setCameraPos(0,5,10)" for example.
I use Lua & luabind to debug from a console.
"setCameraPos(0,5,10)" for example.
Using trunk with mingw/gcc 4.6, Windows 7 64 bits driver opengl