Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closedfornow #41

Open
NoUserNameForYou opened this issue Sep 27, 2023 · 1 comment
Open

closedfornow #41

NoUserNameForYou opened this issue Sep 27, 2023 · 1 comment

Comments

@NoUserNameForYou
Copy link

NoUserNameForYou commented Sep 27, 2023

.

@NoUserNameForYou NoUserNameForYou changed the title Request: 32:9 stereo movie playback Request: 32:9 stereo movie playback (video files available to download) Oct 2, 2023
@devsnd
Copy link
Contributor

devsnd commented Oct 5, 2023

I took a look how this could be done, but it's a bit tricky.

From what I could gather, the videos in the game a in-game-entities, which are uploading the video-frame as texture as part of the game-logic.. Those are updated once per game tick.

However, we render each game state twice, once per eye from a different perspective. During rendering the game world is usually not updated. However, for the 32:9 video to be projected correctly, we'd need to crop and stretch the video differently for each eye, which would need to happen during rendering, but also requires the video-update logic to run.

So long story short, it's feasible, but it would require 2 hacks. The video-player must know somehow for which eye they should update now and secondly we must run the update-logic for all video elements during the render-stage.

@NoUserNameForYou NoUserNameForYou changed the title Request: 32:9 stereo movie playback (video files available to download) closed Jan 16, 2024
@NoUserNameForYou NoUserNameForYou changed the title closed closedfornow Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants