how to make easy 3D raycasting in construct 2
Wrong forum. But maybe look in to R0oj's 3d plugin. It's fairly easy to use and for c2.
Develop games in your browser. Powerful, performant & highly capable.
Vanilla Construct 2 doesn't come with any 3d. With some math you can transform sprites to move in a 3d way but for raycasting to make sense you'll want triangles. We can't draw arbitrary triangles or distort meshes like we can in C3. There is a trick though where we can make any triangle out of two right triangles. After that a raycast is just a 2d collision check with the triangle sprites.
dropbox.com/scl/fi/g56pg4thhheg71yourl94/c2_simple3d_triangle_raycast.capx
no i wanna make similar game to wolfenstein