Skip to content

Commit

Permalink
refs CesiumGS#5152 cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
geoscan-builder committed Dec 28, 2018
1 parent 39ade84 commit 40c5a12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Source/Scene/Cesium3DTileset.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ define([
'../Core/Resource',
'../Core/RuntimeError',
'../Core/Transforms',
'../DataSources/ConstantProperty',
'../Renderer/ClearCommand',
'../Renderer/Pass',
'../ThirdParty/when',
Expand Down Expand Up @@ -66,7 +65,6 @@ define([
Resource,
RuntimeError,
Transforms,
ConstantProperty,
ClearCommand,
Pass,
when,
Expand Down
2 changes: 0 additions & 2 deletions Source/Scene/PointCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ define([
'../Core/PrimitiveType',
'../Core/RuntimeError',
'../Core/Transforms',
'../DataSources/ConstantProperty',
'../Renderer/Buffer',
'../Renderer/BufferUsage',
'../Renderer/DrawCommand',
Expand Down Expand Up @@ -63,7 +62,6 @@ define([
PrimitiveType,
RuntimeError,
Transforms,
ConstantProperty,
Buffer,
BufferUsage,
DrawCommand,
Expand Down
3 changes: 0 additions & 3 deletions Source/Scene/TimeDynamicPointCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,6 @@ define([
*/
this.style = options.style;

this.normalShading = options.normalShading;
this.backFaceCulling = options.backFaceCulling;

/**
* The event fired to indicate that a frame failed to load. A frame may fail to load if the
* request for its uri fails or processing fails due to invalid content.
Expand Down

0 comments on commit 40c5a12

Please sign in to comment.