IGNF / itowns-legacy

iTowns is a JS/WebGL framework for 3D geospatial data visualization
Other
53 stars 20 forks source link

Generalization of panoramic management for a variable number of images #15

Closed gmaillet closed 8 years ago

gmaillet commented 8 years ago

The project works only on panoramic with 5 images (like on the Stereopolis mobile mapping system ), it's necessary to change ProjectiveTexturing.js and Shader.js to be more generic.

mbredif commented 8 years ago

20 added the support for panoramic setups with more or less than 5 cameras (within the limits of the texture units available on the GPU).