Stormworks: Build and Rescue

Stormworks: Build and Rescue

3d Projection Demo (Augmented Reality)
Exibindo entradas 1–6 de 6
Atualização: 20/out./2023 às 16:49

Updated 3d Projection Demo (Augmented Reality).

Atualização: 17/out./2023 às 15:38

Updated 3d Projection Demo (Augmented Reality).

Atualização: 9/jun./2022 às 11:22

Updated 3d Projection Demo (Augmented Reality).
Updated pastebin

Improved head offset accuracy by a lot and some other small changes.
The data for analysing head pos: https://www.geogebra.org/classic/uaphpn2k

Atualização: 22/mai./2022 às 13:26

Wasn't aware that the camera zoom changed, which I use to get higher pixel density, but that's fixed now.

Older Code: https://lua.flaffipony.rocks/?id=f9DXpxqapP

Atualização: 17/abr./2022 às 8:19

Updated 3d Projection Demo.

Changed the code for roll to:
math.atan(math.sin(tiltSensor.left * tau), math.sin(tiltSensor.up * tau))

Instead of:
math.asin(math.sin(tiltSensor.left*tau)/math.sin((.25-tiltSensor.forward)*tau)
if tiltSensor.up < 0 then ang.y = math.pi-ang.y end


Yields the same accurate output, but the former is a lot nicer.

Atualização: 13/abr./2022 às 14:38

Uploaded 3d Projection Demo to the Workshop.