Open meisei4 opened 1 month ago
https://github.com/bevyengine/bevy/blob/v0.12.1/examples/3d/two_passes.rs
This will replace the 3D camera ticket
Mode 7 is a nightmare for me
mode 7 is rough, need to work more on undeerstanding parameters:
reference video: https://www.youtube.com/watch?v=ybLZyY655iY based on this persons c++ implementation https://github.com/OneLoneCoder/Javidx9/blob/master/ConsoleGameEngine/SmallerProjects/OneLoneCoder_Pseudo3DPlanesMode7.cpp
it does exactly what im hoping to achieve with much better parameters
I tried... most recent thing was just centering the window and the fov-like attribute stretching from the middle of the screen rather than from the left
https://bevy-cheatbook.github.io/graphics/camera.html