update method

Ray update(
  1. num x,
  2. num y,
  3. num viewportWidth,
  4. num viewportHeight,
  5. Matrix world,
  6. Matrix view,
  7. Matrix projection,
)

Implementation

external Ray update(num x, num y, num viewportWidth, num viewportHeight, Matrix world, Matrix view, Matrix projection);