I'm not sure if this is to be posted here or is there a effect conversion topic?
Finished porting the Glsl Sphere effect from ChrisBrobs to C3, tested it successfully on NW.js export using the latest Chrome version (c3_runtime export).
I DID NOT TESTED it on mozzila or other browsers, but once i do il update the version description.
You can get it from the C3 addon page or clicking the link here Glsl Sphere
This is useful for those that are looking to create a 3D sphere rolling, using Construct.
Ex: 3D planet spinning, or a top down view of a 3D 8 pool game.
The Glsl Sphere version i ported is the one with RotSpeed, X Rotation Flag, Y Rotation Flag, z Rotation Flag.
I did not ported the one with Roll parameters from Gigatron (because of the zoom parameter messing up in C3).
To properly work, you need a texture inside a frame of a sprite object with the size of 512px width by 256px height or similar aspect ratio.
Have fun.