Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
195 stars 9 forks source link

Laser Smoothing doesn't compensate for framerate #494

Open Hayden-Fluff opened 4 years ago

Hayden-Fluff commented 4 years ago

When the framerate is low (I'm talking like around 10-15 FPS, maybe even lower at times) the laser has virtually no smoothing what so ever, making it very hard to actually work in a lower framerate (Which I do pretty much 24/7)

shiftyscales commented 4 years ago

This issue is like occurring because the SmoothModulateStartAngle property is very quickly being exceeded while you are at a low framerate. Once we get adjustable laser smoothing #487, you will likely be able to fix this by greatly increasing this value.

Frooxius commented 4 years ago

The problem is that with low framerate is that all the frames are it normally smoothed over are skipped due to the system taking bigger timesteps. Increasing the smoothing factor could help in this case, but that's something that'll come later.