Skip to content

Commit

Permalink
Merge pull request #200 from CesiumGS/license
Browse files Browse the repository at this point in the history
Add licensing information
  • Loading branch information
lilleyse committed May 11, 2020
2 parents 78827cc + 7b08b50 commit 415e720
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions samples-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ npm run watch

to automatically recompile your changes while editing.

## License

Tilesets generated by this tool are licensed under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/) with the following exceptions:

* `TilesetWithRequestVolume` is licensed under a [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/). The building model was created by Richard Edwards: http://www.blendswap.com/blends/view/45211.

## Contributions

Pull requests are appreciated! Please use the same [Contributor License Agreement (CLA)](https://github.com/CesiumGS/cesium/blob/master/CONTRIBUTING.md) and [Coding Guide](https://github.com/CesiumGS/cesium/blob/master/Documentation/Contributors/CodingGuide/README.md) used for [CesiumJS](https://cesium.com/cesiumjs/).
Expand Down
Binary file modified samples-generator/data/textured_box.glb
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified samples-generator/data/textured_box_separate/textured_box.glb
Binary file not shown.
7 changes: 4 additions & 3 deletions samples-generator/lib/createPointCloudTile.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
'use strict';
import { createFeatureMetadataExtension } from './createFeatureMetadataExtension';

var Cesium = require('cesium');
var draco3d = require('draco3d');
var SimplexNoise = require('simplex-noise');

import { createFeatureMetadataExtension } from './createFeatureMetadataExtension';
import { Extensions } from './Extensions';

var createPnts = require('./createPnts');
var Extensions = require('./Extensions');
var createGltfFromPnts = require('./createGltfFromPnts');
var typeConversion = require('./typeConversion');

Expand Down

0 comments on commit 415e720

Please sign in to comment.