Re: [osg-users] I want to move the texture to rain. Help me.

2019-08-01 Thread Dae Woo Ryu
Hi,Robert It really helped me a lot. I'd really appreciate that. Thank you! Cheers, Dae -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=76553#76553 ___ osg-users mailing list

Re: [osg-users] I want to move the texture to rain. Help me.

2019-07-30 Thread Robert Osfield
HI Dae Woo Ryu, The callback you have shown should be sufficient, but will require you to do a dirtyDisplayList() on the geomtry to get it to update if you have display lists enabled. I'd recommend disabling display lists for this type of work though, a call to

Re: [osg-users] I want to move the texture to rain. Help me.

2019-07-30 Thread Dae Woo Ryu
Hi ,robertosfield Thank you for reply. I want to continue moving the Texture like the code below. But the coordinates of the texture do not seem to update continuously. I want the Texture to be updated continuously. Code: virtual void operator()(osg::Node*, osg::NodeVisitor* nv)

Re: [osg-users] I want to move the texture to rain. Help me.

2019-07-29 Thread Robert Osfield
Hi, It's hard to know what you are actually after. Is it simply that you want the texture coordinates to be updated? There a number of different ways to do this, how you'd want to do it depends on what you are wanting to do, and the performance constraints you have. Could you explain what you

[osg-users] I want to move the texture to rain. Help me.

2019-07-29 Thread Dae Woo Ryu
Hi,All. After applying the texture to the cones. I want to let the texture run down. Just like the rain. Is there no way? Let me know how. Texture2d, TexGen, TexGenNode could be used to implement it? I do not know how to do it. Thank you! Cheers, RYUDAEWOO :O :-< -- Read