potree | WebGL point cloud viewer for large datasets | Image Editing library

 by   potree JavaScript Version: 1.8.1 License: Non-SPDX

kandi X-RAY | potree Summary

kandi X-RAY | potree Summary

potree is a JavaScript library typically used in Media, Image Editing, WebGL applications. potree has no bugs, it has no vulnerabilities and it has medium support. However potree has a Non-SPDX License. You can download it from GitHub.

WebGL point cloud viewer for large datasets
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              potree has a medium active ecosystem.
              It has 3655 star(s) with 1006 fork(s). There are 191 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 594 open issues and 441 have been closed. On average issues are closed in 132 days. There are 54 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of potree is 1.8.1

            kandi-Quality Quality

              potree has 0 bugs and 0 code smells.

            kandi-Security Security

              potree has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              potree code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              potree has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              potree releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.
              potree saves you 5925 person hours of effort in developing the same functionality from scratch.
              It has 12410 lines of code, 1 functions and 325 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of potree
            Get all kandi verified functions for this library.

            potree Key Features

            No Key Features are available at this moment for potree.

            potree Examples and Code Snippets

            No Code Snippets are available at this moment for potree.

            Community Discussions

            QUESTION

            Forge viewer with Potree point cloud big memory leak
            Asked 2021-Nov-23 at 12:39

            I have a question regarding the Potree point cloud method I use from online sample. We have a Potree model with size 6GB and sometimes more up to 100GB, and when showing that in Forge, the memory keeps growing up until the viewer crashes, is there anything we can do to fix this?

            ...

            ANSWER

            Answered 2021-Nov-23 at 12:39

            You can limit the number of points for Potree to keep in memory at any point in time:

            Source https://stackoverflow.com/questions/70051916

            QUESTION

            Potree/Three.js - Where can I find the real time camera (active camera) position coordinates?
            Asked 2021-Oct-25 at 03:23

            I'm developing an app using React, which uses the Potree viewer (https://github.com/potree/potree) to display large points cloud files; within the viewer I'm trying to display the real-time camera coordinates (X, Y, Z) to the user, as well as will use them to optimise the cloud rendering.

            I have been able to source where the coordinates are, by getting the active camera (viewer.scene.getActiveCamera()) and finding the coordinates in viewer.scene.cameraP.position.x/y/z. Though these values seem static, and I'm saying this because I have tried to update my React component using a useEffect() hook, based on the changing of any of the coordinates, which doesn't work.

            Is there anyone who encountered the same issue before and could help me out in finding/sourcing the camera coordinates real-time values, or assist me in actually using the values I have already found and make them updating real time in React?

            ...

            ANSWER

            Answered 2021-Oct-25 at 03:23

            After a few hours spent investigating and trying, I have come up with a solution. The principle behind it is the same as a digital clock.

            Here's the code:

            Source https://stackoverflow.com/questions/69551187

            QUESTION

            Potree-core: points aren't rendered with Reactjs
            Asked 2020-Sep-29 at 11:07

            I have a pointcloud data created with PotreeConverter that i want to load with potree-core in a THREEjs scene.

            when I run the scene as is, from a flask backend everything works, I have a point cloud and a bbox around it. but when the scene is wrapped around a React component, the bbox is rendered but not the points

            any reason it should act like this? from what I understand react is rendered on a shadowDOM which is separates from the original DOM, maybe it has something to do with it?

            ...

            ANSWER

            Answered 2020-Sep-29 at 11:07

            I initialize my potree-core as follow, maybe gives you a clue:

            Source https://stackoverflow.com/questions/64050774

            QUESTION

            Render and serve HTML file with CSS/JS from server disk to Client Browser
            Asked 2020-Apr-11 at 11:48

            I'm stuck with an issue which ,in simple terms, is to find a way to securely render and serve HTML files (along with CSS, JS) from local disk in server to the web app running in the client browser.

            APPLICATIONS

            1. Front end Web app is created using React JS (react-admin to be exact).
            2. The back end that handles the Rest API requests is setup using Net core 3.1
            3. Both applications are hosted in IIS in a Windows server (as application service inside default website in IIS).

            CONSTRAINTS

            1. The hosting of the applications has to happen only inside the IIS in windows server. (Other options are also welcome)
            2. Back end / Front end can be in any language as we desire. (preferably dot net core since i'm using c# for last 10 years)

            TECHNICAL DETAILS

            I'm working on developing a solution to host point cloud viewer (Potree, an opensource project which is developed using three-js). This is a standalone process. A desktop based C++ converter is provided by the Potree which converts the inputs to a webpage (with html, css, js) (LETS CALL THIS AS TARGET FILES). We can host this webpage in any server to be viewed by external parties.

            CURRENT STATUS

            1. Working: The target files are hosted in IIS server as an application and it can be accessed without any issue. (image can be seen below).

            2. Working: The react js web app is built and the dist files are hosted in IIS server and it can also be accessed without any issue.

            Above two steps confirm that both the built applications work well as they can be hosted individually and can also be accessed from other computers.

            FEATURE THAT I'M STUCK WITH

            1. The target files are meant for different users. So, this has to be served after validating through an API request.
            2. Current setup is such that when user clicks a link in the react application, it makes an REST Api call which is handled by the back end dotnet core app (there could be other better ways to serve the html files to the front end web app).
            3. I tried several ways to serve HTML file. Option 1: Use StaticFiles (in startup). I'm trying to read the html file from local and then render it inside a noidea.cshtml file using @Html.Raw(Model.SomePropertyName)

              ...

            ANSWER

            Answered 2020-Apr-11 at 11:48

            I tried different methods to solve this issue. Finally, i have arrived at a solution. (May be it is not the best but could be helpful to someone who also has similar issue).

            WORK FLOW: Now, we receive several built webpages from our external sub contractors every week. Our subcontractors use Potree Converter to convert their point cloud data to web pages (which has several html, js, css) zipped into files of about 2-3 GB (because of the size of the point cloud data). It is not possible to download all files at one go to the client browser. This is handled by potree web page itself. Based on user browsing, the html page fetches portion of the data and sends frequently. However, we don't have to worry about it as it is completely managed by Potree dev team ( Thanks to Institute of Computer Graphics and Algorithms, TU Wien)

            So, we cannot do much with the html site we receive from our sub contractors. Our work is to host and provide secure access to stake holders.

            APPLICATIONS: Initially I had developed two applications and also had a converted html page from Potree converter.

            1. React JS web app : For working as a front end (Let's call App 1)
            2. Dot net core 3.1 backend: For handling API requests. (Let's call App 2)

            This project is hosted in IIS. So, I created a new site (running on a different port behind a firewall and not exposed to external parties). Let's call this as Target Site

            Reverse proxy setup through IIS

            1. We set up a reverse proxy in IIS (through ARR) for all incoming requests.
            2. IIS will filter the incoming URL which has a particular string in the URL. (For example, /5506f977-7463-4f85-86ff-7ca63bac34fa/ , lets say url_guid).
            3. URL Rewrite will change this and direct to the target site (running on different port behind firewall)

            **Target Files setup **

            1. Each time we receive new target pages (converted zip files) from sub contractors, we take the index.html file, rename it with GUID (target_file_GUID), add a tag to the header to include the url_guid and place it in a common directory.

            2. We add the target_file_GUID to a column our Mysql database table which also has a column to store the actual name of the file.

            Solution

            1. From App 1, we send requests to App 2 (with JWT authentication in headers and the required HTML file(or the point cloud model)).
            2. After validating, we fetch the guid name of the corresponding html file from the MYSQL
            3. This particular file is then fetched from the common directory and sent to the browser.
            4. At this point, the browser URL still doesn't change and contains the same URL used to reach the API controller.
            5. When the Html file is loaded, it also tries to load the required JS, CSS files mentioned in the html. The trick happens here. Since we have specified tag, new url request is sent to the server which is intercepted by the IIS and rewritten to internal server. (At this point, the URL in the client browser still doesn't change because of the server Rewrite).
            6. Client broser receives the JS, CSS files (but still the URL in the client browser and also the request headers doesn't show actual URL).

            Conclusion I apologize for writing a long response and no much code. The whole setup and idea took more time to conceive (still there might be better way to handle it. I don't know).

            The key achievements here are

            1. authorize users before directing them to different URL.
            2. URL Rewrite doesn't show the original url to the client browser
            3. Original target site is still protected behind the firewall
            4. the original file name of the html is replaced with GUID (which is hard to guess for the user) and this html guid name is changed repeatedly through a windows service console application every week. (Let's say we have 1000 files in total. The names change every week to keep it secure and confident).
            5. Users cannot direclty access the html file (even if he knows the name of the file. Because this is served only through the App 2 after authentication)

            More or less, we feel that at this point this is secure enough to proceed further. If someone else is facing similar issue and has achieved different solution, please do share.

            Source https://stackoverflow.com/questions/61100258

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install potree

            Install dependencies, as specified in package.json, and create a build in ./build/potree.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link