Pannellum: [Question] only render half height of a frame

Created on 4 Nov 2017  路  2Comments  路  Source: mpetroff/pannellum

can i only render the half height of a frame (for stereo 3d video)

bildschirmfoto von 2017-11-04 16-24-33

so on normal video player (desktop) the pannellum videojs should only render the mono part
is this possible?

question

All 2 comments

That's not possible as things are currently written. If you really wanted to do this, you could change the texture lookup line of the fragment shader. Serving two different video files would be better though, from a bandwidth perspective.

Implemented as suggested in this PR https://github.com/mpetroff/pannellum/pull/976

Was this page helpful?
0 / 5 - 0 ratings

Related issues

exotfboy picture exotfboy  路  3Comments

fuzzybabybunny picture fuzzybabybunny  路  7Comments

dmstern picture dmstern  路  3Comments

epignosis567 picture epignosis567  路  6Comments

truszko1 picture truszko1  路  5Comments