IGNF / itowns-legacy

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

proposition for Issue 15 (generalization for pano) #16

Closed gmaillet closed 8 years ago

gmaillet commented 8 years ago

This pull request also suppress a residual "hard coded" value for panoramic images (the size=vec2(2048,2048) in src/Shader.js). The size is now readed from the cameraCalibration json file, to ensure bacward compatibility with the sample-data there is a default size in src/Sensor.js.

mbredif commented 8 years ago

Superseded by PR #20 (which borrowed much of the code)