|
Re: 1 or 2 free wishes
[Re: Slin]
#375150
06/23/11 20:10
06/23/11 20:10
|
Joined: Apr 2005
Posts: 4,506 Germany
fogman
Expert
|
Expert
Joined: Apr 2005
Posts: 4,506
Germany
|
An ingame particle editor with load and save possibilities.
no science involved
|
|
|
Re: 1 or 2 free wishes
[Re: darkinferno]
#375156
06/23/11 21:01
06/23/11 21:01
|
Joined: Oct 2004
Posts: 4,134 Netherlands
Joozey
Expert
|
Expert
Joined: Oct 2004
Posts: 4,134
Netherlands
|
Hey Metaballs aren't hard, not harder than object based blur motion :L. you can find the algorithm everywhere. It's just the way of implementation that you need to think about.
Or an XMPP plugin! I mean that stuff is all pre-chewed if you know C/C++.
Last edited by Joozey; 06/23/11 21:03.
Click and join the 3dgs irc community! Room: #3dgs
|
|
|
Re: 1 or 2 free wishes
[Re: Rei_Ayanami]
#375170
06/23/11 22:28
06/23/11 22:28
|
Joined: Mar 2006
Posts: 2,252
Hummel
Expert
|
Expert
Joined: Mar 2006
Posts: 2,252
|
Can you convert the Geometric Post-process Anti-Aliasing (GPAA) to DX9? Doesn´t make much sense under DX9 since the technique requires per-edge info. Saving them in the vertex buffers is quite inefficient. The alternative is to extranct them at runtime which requires a geo shader and therefore DX10. Better idea would be to implement FXAA and since it´s a pp only effect and Slin has already experience with this technique it shouldnt be a problem for him at all.
|
|
|
Re: 1 or 2 free wishes
[Re: darkinferno]
#375172
06/23/11 22:43
06/23/11 22:43
|
Joined: Sep 2006
Posts: 292
Mythran
Member
|
Member
Joined: Sep 2006
Posts: 292
|
A shader that turns everything you choose to be transparent while the player is behind it in the player raidius. A smart enemy: Can defend himself, by dodging away from you're attacks, both melee and ranged attacks with tutorial. Actually Random already did this but has alot of bugs. Altought i already played it about 25 times and only managed to beat the guy once x) or something like this x) http://www.youtube.com/watch?v=tk6vc6FIo6Y&feature=relatedTutorials (video) like unity has or better. Gamestudio lacks alot of tutorials. On the other hand has alot of real example scripts.
Last edited by Mythran; 06/23/11 22:54.
|
|
|
|