You might find this amusing.
I'm planning to use this in Irrlicht.
Here it is: (don't run fullscreen)
http://s000.tinyupload.com/?file_id=005 ... 9869290904
Camera Navigation and Line Text
Re: Camera Navigation and Line Text
The vector text looks cool.
It would be great to create a snippet for this for Irrlicht.
Cheers
It would be great to create a snippet for this for Irrlicht.
Cheers
Re: Camera Navigation and Line Text
@thanhle.. I tried posting the three definition arrays but the code was too much text..
I tried only the arrays for the vector text but that was also too big for the system.
Let me know what you think. Thanks!
I tried only the arrays for the vector text but that was also too big for the system.
Let me know what you think. Thanks!
Re: Camera Navigation and Line Text
Hi Vectrotek,
The forum limited the text length for code snippet for a single code tag.
What we can do is create another or multiple code tags and put the remaining codes there.
Regards
The forum limited the text length for code snippet for a single code tag.
What we can do is create another or multiple code tags and put the remaining codes there.
Regards
Re: Camera Navigation and Line Text
You can also post code to a page like http://pastie.org/ and link it from here. Or the best solution - make an account on github or bitbucket, create a code-snippets project there and post you stuff there. That way you can modify it easy, have access to it from anywhere, it's easy to link it and people even can give you patches directly for improvements.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Camera Navigation and Line Text
Thanks. I'll have a look at it as soon as I get HLSL shaders sorted out.