NeosVR日本語Wiki - Unpack xy

概要

float2で入力される2値のfloatを、2つのfloatに分解する

入力側

  • Input(float2)

出力側

  • x(float)
  • y(float)