This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Reset image pose setting when renderer is reinitialized.
pull/183/head
Matthew Petroff
8 years ago
parent
b070e97767
commit
c649c83326
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/js/libpannellum.js
+ 1
- 0
src/js/libpannellum.js
View File
@@ -88,6 +88,7 @@ function Renderer(container) {
gl.deleteProgram(program);
program = undefined;
}
pose = undefined;
var s;
Write
Preview
Loading…
Cancel
Save