meisei4 / yakuzaishi

1 stars 0 forks source link

Camera stuff and mode7 shader (To-be mode7 shader crate example) #33

Open meisei4 opened 1 month ago

meisei4 commented 1 month ago

https://bevy-cheatbook.github.io/graphics/camera.html

meisei4 commented 1 month ago

https://github.com/bevyengine/bevy/blob/v0.12.1/examples/3d/two_passes.rs

This will replace the 3D camera ticket

meisei4 commented 1 month ago

Mode 7 is a nightmare for me

meisei4 commented 4 weeks ago

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

meisei4 commented 2 weeks ago

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