raycaster-js は raycasting 法によってタイルマップを 3D 描画するソフトウェアレンダラーです。Akashic Engine上での利用を念頭に開発されていますが、単体での利用も可能となっています。 sample ...
I was wondering if we could implement possibility to choose if the internal raycaster should use the method for single intersections instead of multiple? .intersectObject vs .intersectObjects Solution ...