matriax's Recent Forum Activity

  • matriax

    I talked about values inside for loop in the demo above..

    Would you like blur fx (another shader ?) .. or you would like blur for this shader ?

    if i understand the circle above is shadow ?

    English is very hard....

    Regards

    Yes, blur for the shadow shader, actually with the shadow on the shader will works great on pixeled games like my actual one but for other style games, me or other people may need the shadow blured instead pixeled.

    In your example you can see the "steps". The idea is made a gausian blur like my above picture even if is only 4 or 8 pixels but without visible steps like in the star to look soft. That will be great .

  • Gigatron

    I'm looking for a Gaussian blur to do things like this:

    If i understood well, are you saying is not possible change the blur param on C2 to adjust and only can be added in the .FX?, i mean, then how the Blur, GLow and things like that do it in the scirra shaders? Maybe for shadow do something out the Main to do the blur and then copy in the main the result i don't know XD.

    So, if for some reason you can't achieve a blur like that to be edit by param then leave it, as i said the actual shadow fx works for the game i'm working.

    -

    PS: Thanks to you! you deserve it! my game is looking better every time you release a shader

  • shinkan Thanks i will download too, never knows!

    ---

    Magistross Then thats why my one was a mess XD, because seems is impossible . Well, now with the effects at least will works for my actual needs.

    I'm testing in deepth and the problem of the effect in the layer is that all the shadows will have the same properties, i can't set specific offset or opacity depending the zone on the lgame level, all is applied in the same way fo all them but is the unique form to get working correctly.

    So, i guess the best solution for this is having a behaviour on a family that do the shadow on you can specify in which layer show the shadow and on you can set different variables for each sprite.

  • The shader works perfect if is added to the layer you want to cast shadow and will works with spritesheeting, rotations and will appear in the bottom of the sprites without overlaps due Z-Order. ( http://gigatron3k.free.fr/html5/C2/FX/dsp.rar)

    So Gigatron maybe start a topic releasing this .FX .

    Last improvement in case is easy to do is add a parameter to blur. I tried make a blur for sprite or layer but also makes blur/glow the sprite, so a param inside the shader to get the blur for the shadow will be awesome.

  • Thanks for the reply guys!

    shinkan Yes i requested a shader like that to Gigatron that did this one:

    (That i guess does the same as yours. )

    The problem was that on sprite animations on export(due spritesheeting) , the shadow overlaping with other objects and the shadow rotation on sprite rotation changes.

    But as you pointed, adding the DropShadow to the layer works perfect! even with animations on expored!(no mater spritesheeting anymore) and the shadow is always on that Offset, no matters the sprite rotation .

    ---

    Magistross Thanks for the updated .capx maybe in some cases i will hade to do in this way to have more control over the shadow. BTW, you again add an event to each sprite that needs shadow, that is like give shadow for each srite one by one. If i have 50 enemies i will have to make 50 events... the idea was make general, so simply add the sprite on the Shadow family and this one gets shadows automatically, without add into events.

    ---

    SoldjahBoy Yep! i know, but you have to use containers, add for each sprite a container with a shadow,etc... i was looking a more automatic process. Now time to test better all this but seems is working that i need.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Why was it a mess ? It seemed like a good idea. I tried it and doesn't look messy to me, maybe I just don't understand what you expect. <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">

    https://www.dropbox.com/s/ajhrcaggbdlv6 ... .capx?dl=0

    You did a great work and your execution is better than mine but this work for the sprite, the idea is do it for a bunch of sprites in a family.

    I have it working for one sprite more easy, using the pin behaviour,etc... but the problem comes when you have lots of sprites of different forms. In my case the shadows are placed but some ones with incorrect sprite shadow or ones have two or more shadows...

    Add some static sprites with a rhomb form, triangle or whatever, all inside the "Shadows" family, can you place all their shadows correctly?

  • I have planned lot of enemies and other stuff that i want have some shadow. I need a "pixel-perfect" shadow, this is an image of what i mean:

    My idea was: On start layout create the same sprite in a bottom layer with a tint to black, 50% opacity and pin position-angle that automatically does that for all the sprites in a family.

    I tried it but is all a mess, any idea of how do that in a correct way?

    EDIT: Maybe a plugin like the "Shadow Caster" for cases like this will be great...

  • matriax

    Can you please send a .capx example ?

    Ashley

    [quote:1zrkhlps]That's not true - you just need to set the UV co-ordinates. It works the same as it does in 2D.

    Can you tell me how ?

    I am sure if animated sprites are saved in one big images .. the shader lost UV coordinate .. sure;

    If they are saved with separate file .. the fx working .

    Ashley Can you check this to see if is possible or not?

    In case is not possible, can you add an option in the sprite plugin to allow/avoid the Spritesheet when we want?

  • Ashley Then i guess i understood something wrong , i'm using the 3D shader by Gigatron (this one: ) that uses one texture to map 6 faces of the cube.

    Uses this method because if i remember well gigatron told me due to some limits on GLshader only is possible one texture for a quad but maybe i messing with all this.

    The 3D shader on C2 runtime works perfect with animations, but after compile and export in one sheets comes the problems.

    But if this is true , Gigatron can you set the UV co-ordinates on the shader to allow animations?

  • A 3D shader only works with unique texture images. So if i want do a texture animation to show correctly in the 3D shader, when i export the game the textures needs to be "Sprite_frame1.png, Sprire_frame2.png...." or whatever, instead of "Sprite-sheet0.png"

    I know this will make the project a bit more large but only will be for some sprites with animations.

    Is possible? How?

  • First of all thanks to Gigatron for this great Shader to render textured 3D cubes.

    -

    After lots of requests after showing some videos about how do the teleglitch walls and 3d things with textures i released a template so everybody can play with it.

    In the template you will find how do the

    Subscribe to Construct videos now

    and how get the 3D shader working for topdown view.

    About the the 3D shader, since not have camera parameters i had to figure out how to manage the correct projection for any height size. Maths are not 100% correct but enough to get nice results.

    DEMO

    Here to download the .rar with the .capx and .FX

    https://www.patreon.com/posts/3d-template-for-11221540

    Here a video showing what you will find in the template

    Subscribe to Construct videos now

    ---

    Here a gif showing this 3D techniques in a real game i'm working on:

    Subscribe to Construct videos now
  • Well, then for C3 no matter, but will be great if they do for both if is not much work.

matriax's avatar

matriax

Member since 22 Jun, 2015

Twitter
matriax has 114 followers

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Viral Game One of your games has over 100,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies