We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since voxel-webview 0.2.0, the webview is now invisible on the reverse side. With 0.1.0 (three.js-based), it showed as a mirror image, as expected.
(Testing on Chrome 40 (which has some CSS3D bugs, possibly related: deathcap/gl-css3d#3). May reproduce on Firefox as well, though difficult to test at the moment due to deathcap/gl-css3d#1 and deathcap/game-shell-fps-camera#7. Safari seems to have the best CSS3D implementation, but not easy to test it without deathcap/game-shell-fps-camera#8)
The text was updated successfully, but these errors were encountered:
deathcap/gl-css3d@0f6de05
Sorry, something went wrong.
Update to gl-css3d ^0.2.0. Closes GH-11
a00b07d
Shader cleanup/fixes - update voxel-wireframe, voxel-chunkborder, vox…
d96f84e
…el-outline, voxel-webview voxel/voxel-wireframe@622d69c Change to use simple-3d-shader instead of a custom shader voxel/voxel-wireframe@765f391 Move matrix scale/translation calculations to JavaScript from GLSL voxel/voxel-chunkborder@2ebe312 Change to use simple-3d-shader voxel/voxel-chunkborder@a7f3fde Use glslify instead of gl-shader voxel/voxel-outline@3cdcee4 Throttle raycasting updates to 100 ms. Closes voxel/voxel-outline/issues/1 voxel/voxel-outline@84e65f9 Fix z-fighting fix. Closes voxel/voxel-outline/issues/5 voxel/voxel-outline@66a7111 Replace gl-matrix with the smaller gl-mat4 module voxel/voxel-outline@3db3225 Another conversion to use simple-3d-shader voxel/voxel-webview@a00b07d Update to gl-css3d ^0.2.0, fixes backface rendering. Closes voxel/voxel-webview/issues/11
No branches or pull requests
Since voxel-webview 0.2.0, the webview is now invisible on the reverse side. With 0.1.0 (three.js-based), it showed as a mirror image, as expected.
(Testing on Chrome 40 (which has some CSS3D bugs, possibly related: deathcap/gl-css3d#3). May reproduce on Firefox as well, though difficult to test at the moment due to deathcap/gl-css3d#1 and deathcap/game-shell-fps-camera#7. Safari seems to have the best CSS3D implementation, but not easy to test it without deathcap/game-shell-fps-camera#8)
The text was updated successfully, but these errors were encountered: