0.0.27
Changelog
A more detailed changelog can be found on github.
Join our discord server.
See the documentation for further details.
Known issues.
0.0.27 (2023-09-19)
Breaking changes:
- Renamed globals for lua scripts. Added a
g_
prefix to them. You have to adopt your scripts
to work with the latest version with vengi (if you use them):scenegraph
is nowg_scenegraph
palettemgr
is nowg_palette
noise
is nowg_noise
cmd
is nowg_cmd
var
is nowg_var
XvecX
is nowg_XvecX
(ivec3
is for exampleg_ivec3
)
General:
- Added cvar
voxformat_pointcloudsize
for point cloud formats - Added Polygon File Format (
ply
) mesh and point cloud support (ascii and binary) - Fixed regression with GLTF exports
- Added a new lua script to slice a node into smaller pieces
- Expose shape generators to lua
- Fixed color intensity handling for
kvx
files - Added write support for
kvx
format (used in e.g. voxel doom and eduke3d) - Added support for Voxel3D
v3a
format
VoxEdit:
- Fixed regression about not rendering the shape volumes anymore
- Implemented scene graph panel drag and drop popup
- Added brush support and new editing features
- Fixed spurious crashes for windows