Examples of DistortionParams


Examples of com.mtbs3d.minecrift.render.DistortionParams

                    _LanczosShader_texelHeightOffsetUniform = -1;
                    _LanczosShader_inputImageTextureUniform = -1;
                }

                // Pre-calculate distortion map
                distortParams = new DistortionParams(this.mc.hmdInfo.getHMDInfo(),
                        this.eyeRenderParams,
                        this.mc.displayFBWidth,
                        this.mc.displayFBHeight,
                        this.mc.vrSettings.useChromaticAbCorrection,
                        this.mc.vrSettings.useSupersample,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.