openplanet-nl / issues

Issue tracker for Openplanet.
10 stars 0 forks source link

Add constructors to convert between nat3,int3,vec3 etc. #461

Open ArEyeses79 opened 3 months ago

ArEyeses79 commented 3 months ago

Currently to convert e.g. an int3 to a nat3 I need to pass its x, y, z separately. It would be nice if there was a way to pass any vecn/intn/natn to any other vecn/intn/natn. (And any other ___n I don't remember)