Quick Request: Flag
Moderators: MR.D, Moderators
Re: Quick Request: Flag
Did anyone actually make a flag?
Re: Quick Request: Flag
Id make a gravity screenshot but nothing is connected up to show smoke coming out of =/
Re: Quick Request: Flag
i would make a base with it an dsome moer details if some one wanna animate it 

Re: Quick Request: Flag
Heh, mesh deformation would be ++win. Is it doable via our lua ogl?
Re: Quick Request: Flag
As long as your GPU supports vertex displacement it can be done in Lua through OpenGL
Re: Quick Request: Flag
Oh yeah, many thanks for that flag, simple but functional.
Re: Quick Request: Flag
I've currently written ctf to use a 2D flag. When I'm done with the major options, and I've released the code, I'll try my hand at doing mesh deformations with rattle's model.
Re: Quick Request: Flag
Uh I made mine with the current BOS animation system in mind. You only need to replace the flag bit with a plane and subdivide it a few times so deformations look good.
Re: Quick Request: Flag
I'll try that first then. Could look pretty good if I factor in wind strength and directions. Also going to add some emit-sfx, called by lua when flag is taken/returned, etc.rattle wrote:Uh I made mine with the current BOS animation system in mind. You only need to replace the flag bit with a plane and subdivide it a few times so deformations look good.