select
Creates a vector from the elements in
if_true
andif_false
, selecting which to use for each element ofself
. A true element in the mask uses the corresponding element fromif_true
, and false uses the element fromif_false
.
Arguments
- mask :
BVec3
- No Documentation 🚧 - if_true :
I64Vec3
- No Documentation 🚧 - if_false :
I64Vec3
- No Documentation 🚧
Returns
- arg0 :
I64Vec3
- No Documentation 🚧