Applied-Scientific-Research / Omega3D

GPU-accelerated 3D vortex methods solver with easy GUI
GNU General Public License v3.0
13 stars 6 forks source link

Block of Random draws really dark even with large strength #10

Open BHill96 opened 3 years ago

BHill96 commented 3 years ago

So in general the coloring of features pre-sim needs to be rethought, because if I set the strengths of something as (1,0,0), I cannot see it in the current view.

markstock commented 3 years ago

Right - when using an axis-aligned parallel projection, the shader colors by the orientation of the strength vector: into or out of the screen (like in Omega2D). Soon we will have a 3D, perspective view, and that system will no longer be relevant.