Vector Swizzling

luxe version: 2022.0.5
launcher version: 2022.0.5

It seems luxe has it’s own augmented implementation of Wren’s List class to model vectors.

It would be nice if the vector extensions also supported swizzling, e.g.:

[Error] List does not implement ‘xy’.

The idea is that swizzling would return another List based on the swizzle. So the above would be the equivalent of [ pos.x, pos.y ].

This feedback is related to:

engine

1 Like