worlderland

Results 10 comments of worlderland

I tried the usual methods of styling in React but the css file was still overriding my styles. So I copied the css stylesheet locally in my component's folder, pointed...

I'm looking at the same feature right now... HAs anyone gotten anywhere with navigating from image to image (like Google street view)? Cheers :)

Hi @encsbalazs , @HeadLessHUN is actually right... In our situation we had to add an extra parameter we called "Real" to the coordinates.txt file used for the images, which is...

> > Hi @encsbalazs , @HeadLessHUN is actually right... In our situation we had to add an extra parameter we called "Real" to the coordinates.txt file used for the images,...

@Hamza-Ghizaoui, at work my team and I are building a points cloud viewer app for the company we work for, and I was able to integrate the Potree viewer into...

@aqf01011990 and @Hamza-Ghizaouia I double checked with management and I was allowed to share my test code; please find it here: https://github.com/worlderland/PotreeViewerReact Just npm install, then go into components/PotreeViewer.jsand on...

> @worlderland The URL of point cloud which we will use, does that file should be any specific format like (.ply, e57 or .json), can you show how you are...

> @worlderland I have dataset that is cloud hosted. How should I proceed with adding URL. I see that your code only loads the 3d model if it is in...

> @worlderland is it possible to add onClick events on model, and use that to add annotations ? > > Loads of gratitude, for sample react app, i was stuck...