Les versions Beta ne sont pas autant testées que les versions Stables

Les versions Beta ne sont pas autant testées que les versions Stables

New 3D effects like Fog; improved Android keyboard handling; bug fixes

17 November, 2021 ()

Envoyez-moi un courriel lors de nouvelles parutions

Don't miss out on the latest and greatest new features in Construct 3

Créer un compte

Notes

Work on the new effect compositor continues, and we're pleased to introduce new support for 3D effects! These are a new category of effects that change the effect based on depth, i.e. distance from the camera. A good example of this is fog, which basically fades to a color over distance, and a fog effect is now included. There's also a new Depth stripe effect which also shows what's possible: it can paint stripes over the scene that recede with depth, and may have some interesting creative uses. The fundamental capability that makes this possible is the ability to sample depth in shaders, and this is also available for third-party effect developers to use and will be documented in due course. This will allow others to explore the creative possibilities of depth-processing effects!

Another significant update this release is improved handling of the virtual keyboard (VK) on Android. iOS already handles the VK nicely, just panning the view up slightly if necessary to ensure the input element is in view. On Android this has historically been more awkward as the VK would actually resize the entire view. This could in turn cause the game canvas to scale really small, making it hard to see what's being entered. Now thanks to the Virtual Keyboard API in Chrome 94+ this has been improved to work more like it does on iOS: the game canvas will not be resized, and instead the keyboard will overlay the view and if necessary pan the view up to ensure the input element is visible - a much nicer way to handle the VK.

And as ever there's a batch of bug fixes, including sorting out some more issues with the new effect compositor and the new sub-layers feature.

Vous aimez cette parution ?

Faites-le nous savoir avec un pouce haut !

36
Exécuter r272

Nouveaux ajouts

19 favoris
New 'Fog (exponential)' effect for 3D distance fog effect
13 favoris
New 'Depth stripe' effect for 3D distance stripe effect

Changements

13 favoris
Android: where possible improve handling of on-screen keyboard to avoid resizing the entire canvas

Corrections de bug

8 favoris
Effects could render incorrectly for objects with altered opacity or color
7 favoris
Effects could render incorrectly for objects partially behind a 3D camera
6 favoris
Effects could render incorrectly with an altered vanishing point or orthographic projection
5 favoris
Layout View: content was still selectable on sub-layers of a hidden layer
5 favoris
Layout View: active sub-layer still appeared transparent in 'Translucent inactive layers' mode
6 favoris
Runtime: crash using auto tiling brushes other than the first one
6 favoris
Runtime: layer 'Is visible' state did not update if parent layer hidden
6 favoris
Animations editor: zoom with mouse not working when pointer is on top of a rectangle selection
7 favoris
right() expression not working correctly if count longer than string
5 favoris
Firefox: object dialog picker could repeat its content in some circumstances

Mises à jour du SDK

9 favoris
Add support for sampling depth in effects

Partager Construct 3 la parution r272 maintenant

  • 22 Comments

  • Order by
Want to leave a comment? Login or Register an account!