File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,6 @@ define([
116
116
Check . typeOf . object ( 'options.arrayBuffer' , options . arrayBuffer ) ;
117
117
//>>includeEnd('debug');
118
118
119
- var that = this ;
120
-
121
119
// Hold onto the payload until the render resources are created
122
120
this . _parsedContent = undefined ;
123
121
@@ -151,12 +149,12 @@ define([
151
149
152
150
// Use per-point normals to hide back-facing points.
153
151
this . backFaceCulling = false ;
154
- bindProperty ( this , " backFaceCulling" , options . backFaceCulling ) ;
152
+ bindProperty ( this , ' backFaceCulling' , options . backFaceCulling ) ;
155
153
this . _backFaceCulling = this . backFaceCulling ;
156
154
157
155
// Whether to enable normal shading
158
156
this . normalShading = true ;
159
- bindProperty ( this , " normalShading" , options . normalShading ) ;
157
+ bindProperty ( this , ' normalShading' , options . normalShading ) ;
160
158
this . _normalShading = this . normalShading ;
161
159
162
160
this . _opaqueRenderState = undefined ;
You can’t perform that action at this time.
0 commit comments