[osg-users] Force osgDB::readNodeFile to not return cached model

2019-11-07 Thread Brad Colbert
Hello, I'm reading a model multiple times using osgDB::readNodeFile. I'm rotating a part on one of the models but the same part on all of the instances of the model are rotating. I've looked at the pointer returned from osgDB::readNodeFile for all of the load calls (for the same model file)

[osg-users] Keyboard event: Remove time between key down events

2019-11-07 Thread Tobias Sedeki
Hello, I am wondering how to remove the time between keydown events? Right now, it is working kind of like you'd expect keydown events appearing to text inputs. For example, if I were to hold down the D-key in this textbox: D D D D D D. I want it to behave more smoothly, as like in a game.

Re: [osg-users] DirectionalArrow

2019-11-07 Thread Trajce Nikolov NICK
Hi Asif, probably you will need screen aligned camera. Have a look at osghud example. When your cylinder is part of the screen camera, it doesnt scale or translate unless you do it. Probably you want to make something like compass On Thu, Nov 7, 2019 at 9:09 AM Asif Bahrainwala wrote: > Hi, >