Update 0.89
This new update mainly focuses on improving the functionality of the Box behavior.
There is a new property called "Tiled" which when set to "No" will internally create a different Babylon.js primitive that is not tiled by default. This behaves differently especially when you play around with U/V scale properties.
Combined with the ability to offset U/V coordinates via actions this even makes animating Boxes possible.
A crucial addition is the "Get pointer position" action which will return (via expressions) the first position in 3D space and even the mesh UID given any regular X, Y canvas coordinates (usually used with Mouse.X and Mouse.Y).
So this is an easy way to pick anything clicked on with the mouse for example. Keep in mind your 3D object needs to be pickable.
Changelog:
- Added B3D Box actions "Set texture offset U/V" making these properties changeable at runtime
- Added B3D Box action "Set scale" changing the scaling of the mesh (default 1)
- Added B3D Box action "Set pickable" so you can change this property also at runtime
- Added B3D Box condition "Is pickable"
- Added B3D Box expression "scale" returning the current scaling value
- Added B3D Box property "Tiled" which can create a regular Box in Babylon.js instead of a Tiled Box which is the default
- Added Baby 3D action "Get pointer position" which will populate the expressions mentioned next
- Added Baby 3D expressions "pointerX", "pointerY" and "pointerZ" returning positions in 3D space that were retrieved by the previously mentioned action
- Added Baby 3D expressions "pointerUID" returning the UID of the mesh under the pointer position
Get Baby 3D Plugin for Construct 2
Baby 3D Plugin for Construct 2
Make 3D games in Construct 2 powered by Babylon.js
Status | In development |
Category | Other |
Author | Pixel Rebirth |
Tags | 3D, babylonjs, Construct 2, plugin |
More posts
- New example: Match320 hours ago
- Update 0.88Jul 30, 2024
- Update 0.87Apr 22, 2024
- Update 0.86Apr 14, 2024
- Update 0.85Apr 08, 2024
- April Fools'...Apr 01, 2024
- Update 0.82Feb 19, 2024
- The atmosphere update 0.8Jan 17, 2024
- Announcing the atmosphere updateJan 10, 2024
Comments
Log in with itch.io to leave a comment.
Thanks for the new update!