Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ib Green committed Aug 30, 2019
1 parent 125c5a9 commit abdffd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/3d-tiles/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {loadExampleIndex, DATA_URI} from './examples';
export const INITIAL_EXAMPLE_CATEGORY = 'additional';
export const INITIAL_EXAMPLE_NAME = 'Mount St Helens (Cesium Ion PointCloud)';


// Set your mapbox token here
const MAPBOX_TOKEN = process.env.MapboxAccessToken; // eslint-disable-line

Expand Down
2 changes: 1 addition & 1 deletion examples/3d-tiles/tile-3d-layer/tile-3d-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export default class Tile3DLayer extends CompositeLayer {
scenegraph: gltf,
sizeScale: 1,
opacity: 1.0,
_lighting: 'pbr', // enable gltf pbr lighting model
_lighting: 'pbr', // enable gltf pbr lighting model

// Fix for ScenegraphLayer.modelMatrix, under flag in deck 7.3 to avoid breaking existing code
_enableOffsetModelMatrix: true,
Expand Down

0 comments on commit abdffd9

Please sign in to comment.