Handle detached arrays by Manishearth · Pull Request #684 · immersive-web/webxr
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Manishearth @toji Sorry for the post-merge comment here:
The "lazy evaluated" part originally introduced in #560 disappeared here. As it is viable to use a DualQuaternion as view transform directly, it would make sense to keep the matrix computation optional. It's just a nit-optimization for a currently less common use case, of course.
Or does "MUST be computed" imply it's computed on access?