Skip to content

Commit

Permalink
Merge pull request #164 from potree/develop
Browse files Browse the repository at this point in the history
update examples
  • Loading branch information
m-schuetz committed Jul 14, 2015
2 parents 13ec32e + 3ec426a commit 61562fc
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3,135 deletions.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -35,13 +35,16 @@ Take a look at the [potree showcase](http://potree.org/wp/demo/) for some live e

| Browser | OS | Result |
| -------------------- |:-------:|:-------------:|
| Chrome 39 | Win7 | works |
| Chrome 42 | Win7 | works |
| Firefox 34 | Win7 | works |
| Internet Explorer 11 | Win7 | partially works; performance issues |
| Firefox | Android | partially works, GUI and stability issues |
| Opera | Android | partially works, GUI and stability issues and slow |
| Chrome | Android | works |

## Roadmap

see [Roadmap](https://github.com/potree/potree/wiki/Roadmap)

## Credits

Expand Down
2 changes: 1 addition & 1 deletion examples/georeferencing.html
Expand Up @@ -337,7 +337,7 @@
referenceFrame = new THREE.Object3D();

// load pointcloud
var pco = POCLoader.load(pointcloudPath, function(geometry){
var pco = Potree.POCLoader.load(pointcloudPath, function(geometry){
offset = geometry.offset;
pointcloud = new Potree.PointCloudOctree(geometry);
pointcloud.material.pointSizeType = Potree.PointSizeType.ADAPTIVE;
Expand Down
2 changes: 1 addition & 1 deletion examples/js/viewer.js
Expand Up @@ -25,7 +25,7 @@ var useDEMCollisions = false;
var minNodeSize = 150;
var directionalLight;

var showStats = true;
var showStats = false;
var showBoundingBox = false;
var freeze = false;

Expand Down

0 comments on commit 61562fc

Please sign in to comment.