Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I'm trying to make a object in my scene fade into view after the scene itself fades in, but as usual, Coppercube doesn't have that option. Could someone who is developing this engine add this in, because if a 3D engine can't do something that Scratch, a child's play 2D engine, has built in, that's kinda sad. |
||||
|
jdw6701 wrote: I'm trying to make a object in my scene fade into view after the scene itself fades in, but as usual, Coppercube doesn't have that option. Could someone who is developing this engine add this in, because if a 3D engine can't do something that Scratch, a child's play 2D engine, has built in, that's kinda sad. This post is a bit old but found 'Param 1' (irrlicht settings) will adjust transparent png textures transparency. This should work I think as you want. |
||||
|
Cool, just tested it! Should be renamed to transparancy then (parameter 1)? What's the function of parameter 2? |
||||
|
wrote: Cool, just tested it! Should be renamed to transparancy then (parameter 1)? What's the function of parameter 2? Yes, I'm not sure yet - still to test that out. Let me know if you find it relates to something.... |
||||
|
I'm looking through the forum to find some kind of help on this. Also searched the copperlicht specs; without success. Do you mind pointing me into the direction where to look at? Thanks |
||||
|
I don't have a webGL based shader for that but you can use my fade shader for windows platform. Or maybe I can create something that will just work on webGL as well, I will have to look into this. |
||||
|
@just_in_case that would be great, thanks. |
||||
|
@Gree, just updated my fade object shader to support webGL platform, You can download the shader action from the Neophyte.cf webstie here. https://neophyte.cf/ccb_shader_f... hope that helps |
||||
|
huge thanks @just_in_case; I'll give it a try |
||||
|
@just_in_case thanks - it does work great on single 3d objects. I ran into some issues using it with nested 3d objects (sphere within a cube) and 2doverlays are not affected. Do you think these features could be added? |
|