How to add animation in VC++
-
Suppose i want 2 add a waterfall animation in VC, how is it done,im using opengl as the graphics library. When the goin gets tough then tough gets going
-
Suppose i want 2 add a waterfall animation in VC, how is it done,im using opengl as the graphics library. When the goin gets tough then tough gets going
-
Suppose i want 2 add a waterfall animation in VC, how is it done,im using opengl as the graphics library. When the goin gets tough then tough gets going
Do you want a realistic waterfall, or just the illusion of a waterfall?
- S 50 cups of coffee and you know it's on!
-
:) Hi, Simply add an Animate control on ur dialog Then add a member variable for it. Add "avi" in resource( IDR_AVI ) CAnimateCtrl m_aNimate; m_aNimate.Open( IDR_AVI ) ; m_aNimate.Play( 0,-1,-1 ) ; :) "Dream bigger...Do bigger...Expect smaller" aji
its not the dialogue based,its a Win32 application...it wont support the things u send ...... now wat to do? thx NooR
-
Do you want a realistic waterfall, or just the illusion of a waterfall?
- S 50 cups of coffee and you know it's on!
i want to add a realistic waterfall When the goin gets tough then tough gets going
-
:) Hi, Simply add an Animate control on ur dialog Then add a member variable for it. Add "avi" in resource( IDR_AVI ) CAnimateCtrl m_aNimate; m_aNimate.Open( IDR_AVI ) ; m_aNimate.Play( 0,-1,-1 ) ; :) "Dream bigger...Do bigger...Expect smaller" aji
hi, well mine is not a dialog based application. When the goin gets tough then tough gets going
-
i want to add a realistic waterfall When the goin gets tough then tough gets going
Well...that's pretty advanced, but, typically with any water effect, you need a water texture, and then you animate the texture by changing the texture coordinates. If you want realistic waterfall, you'd also need a particle engine to create mist. I don't have any links to tutorials or code, maybe google for "opengl water tutorial" or poke around on http://nehe.gamedev.net/[^] (that's the second time I've linked to nehe today, what's up with that?!)
- S 50 cups of coffee and you know it's on!
-
Well...that's pretty advanced, but, typically with any water effect, you need a water texture, and then you animate the texture by changing the texture coordinates. If you want realistic waterfall, you'd also need a particle engine to create mist. I don't have any links to tutorials or code, maybe google for "opengl water tutorial" or poke around on http://nehe.gamedev.net/[^] (that's the second time I've linked to nehe today, what's up with that?!)
- S 50 cups of coffee and you know it's on!
yeah i hv checked that link, i want ur verdict on a thing i-e i have downloaded an animated waterfall , itb has 20 frames. now i was wondering may be i shud load each frame using threads, shud i go for multithreading When the goin gets tough then tough gets going
-
yeah i hv checked that link, i want ur verdict on a thing i-e i have downloaded an animated waterfall , itb has 20 frames. now i was wondering may be i shud load each frame using threads, shud i go for multithreading When the goin gets tough then tough gets going
Multi-threading is not the approach I would take. Is the animated waterfall an .avi? If so, check out Lesson 35 on the nehe site.
- S 50 cups of coffee and you know it's on!
-
Multi-threading is not the approach I would take. Is the animated waterfall an .avi? If so, check out Lesson 35 on the nehe site.
- S 50 cups of coffee and you know it's on!
how do v attach a file When the goin gets tough then tough gets going
-
Multi-threading is not the approach I would take. Is the animated waterfall an .avi? If so, check out Lesson 35 on the nehe site.
- S 50 cups of coffee and you know it's on!
i want 2 send u the image how 2 attach files When the goin gets tough then tough gets going
-
how do v attach a file When the goin gets tough then tough gets going
To a message post? I don't think you can. Provide a link instead.
- S 50 cups of coffee and you know it's on!
-
i want 2 send u the image how 2 attach files When the goin gets tough then tough gets going
Don't want your file. Just tell me what format it is.
- S 50 cups of coffee and you know it's on!
-
Don't want your file. Just tell me what format it is.
- S 50 cups of coffee and you know it's on!
the format is GIF When the goin gets tough then tough gets going
-
the format is GIF When the goin gets tough then tough gets going
So it's an animated GIF file? I don't know how to load an animated gif.
- S 50 cups of coffee and you know it's on!
-
So it's an animated GIF file? I don't know how to load an animated gif.
- S 50 cups of coffee and you know it's on!
ok thnx any way but if u do get some info related to this do let me know When the goin gets tough then tough gets going