Questions tagged [effects]
The effects tag has no summary.
41 questions
0
votes
1
answer
172
views
Rain particle system scale
I'm using a rain particle system and using cone a radius to scale it.
My question is what is the best way to make the rain particle covering the entire map?
And does increasing the rate over time ...
0
votes
1
answer
291
views
Unity: How can I control a Shadergraph effect on multiple enemies with the same prefab?
So I made a simple White Flash -> Dissolve effect with shader graph 2D, it's my 1st time using shaders.
I'm controlling the effect using a float inside the shader, with:
...
0
votes
2
answers
2k
views
How to create smoke that spreads outward in all directions?
I saw many tutorials about smoke grenade but they just use volumetric smoke. I want to make something like the smoke grenade in PUBG, where the smoke spreads in all directions; how to do that?
The ...
0
votes
1
answer
641
views
How To Fix Strange White Edges With DOF and Fog in Unity?
I'm using global fog and the standard assets Depth Of Field script but it has a strange effect on the edges of far away objects.
How can I make the white edges along the trees blend smoothly into the ...
3
votes
1
answer
1k
views
How can I create the water-like blur effect in Chameleon Run using SpriteKit and Unity?
As the character in Chameleon Run runs, a water-like blur effect is created. I would really appreciate some guidelines on how I could create this effect in SpriteKit and Unity. Please see the image ...
1
vote
4
answers
6k
views
Make simple hit effect
I've made a game where you can shoot some cans, but I want to add an effect when a can is shot. You know, a kind of explosion or something like that. The way the game works now is: when the can is ...
0
votes
1
answer
1k
views
HLSL Function Problem
Right now I am trying to implement Specular lighting in my DirectX Engine.
Whenever I create the DirectSpecularBRDF function in my .HLSL file, my program crashes. Can anybody help me? The problem is ...
6
votes
1
answer
757
views
Depth of Field Blur - Weighted sampling?
I've been studying Intel's fantastic article titled "An investigation of fast real-time GPU-based image blur algorithms" (here), where-in they state that Gaussian blur would need to be customized for ...
2
votes
1
answer
97
views
Windows Phone 8.1 Monogame Content.Load<Effect> exception
need some help, just trying to load compiled .fx (.xnb) file by monogame (version 3.4.0.456) in Windows Phone 8.1 enviroment by this code
...
2
votes
1
answer
695
views
LibGDX's particle emitter - Multiple particles in the same effect?
Hello everyone reading this,
I've used the particle editor to edit an effect to put in my game.
Is it possible to have multiple and randomly emitted images (particles) instead of one?
I don't want ...
0
votes
1
answer
153
views
Do I need to create an HLSL in XNA to display textures without content pipeline
I currently have a jpeg texture stored as a Color array in XNA as RGBA. I also have the vertices of a cube in OBJ format mapped to VertexPositionColor vertex buffer using the VertexBuffer and Indices ...
3
votes
1
answer
606
views
Xna Particle Explosion like Geometry Wars
I am making a game, in similar graphics display as Geometry Wars. In Geometry Wars (noticeable in the title, as well as when you blow up an enemy), there are these colorful explosions that emit, then ...
1
vote
1
answer
451
views
How to grab textures from a texture atlas to be applied to 3d objects
Fairly basic question, but I'm having trouble on finding information on this sort of thing for beginners. I'm just trying to make cubes with different textures on the sides as a starting point. I have ...
0
votes
1
answer
1k
views
How to create a fog effect in XNA with PixelShaderFunction?
I developped a small XNA games in 3D.
I would like to add a "fog of war" on my models instantiated with an effect in my (.fx) file.
The problem is, I do not know how to change the function
"...
-2
votes
1
answer
625
views
how to add fog to a model instantiated in Xna? [closed]
I work on a small XNA games.
I generate a large map type voxel. a floor of 1000 cubic long by 1000 cubes wide.
This is why I use the method "MODEL instancing" with hardware instancing to generate a ...