SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for potreeconverter-0+git.1436897971.506d02f-1.1.x86_64.rpm :
Mon Aug 3 14:00:00 2015 brunoAATTioda-net.ch
- Update to version 0+git.1436897971.506d02f:
+ fix compile errors on some systems, caused by fstreams
+ Patch some build issues on Linux, Fixes #89, fixes #115
+ Fix unintentional omission
+ taking boost flag out, doesn\'t compile on visual studio 2012
+ Use BOOST_NO_CXX11_SCOPED_ENUMS in older versions of boost
+ neighbours vector uses reserve(26) and isDistant() uses squared values.
+ Update README.md
+ Update viewer_template.html
+ using long long key instead of GridIndex for performance
+ using unordered_map for better performance
+ doing some bit magic to improve performance
+ replace minGap tests with isDistant tests for performance;
fix crashes caused by points lying at the max bound of the bounding box
+ fix classification bug
+ add support for normals
+ support for normals in ply files
+ add test data with normals
+ add support for spheremapped normals; fix warnings
+ fix page template
+ fixing compile issue
+ increase SparseGrid cell size; flush after every 5 million points
instead of 1
+ minor performance improvements
+ 1 seperate thread for octree build up during file read
+ finish oct16 normal support; update page resources
+ replace boost sign call with custom sign call
+ update potree page source
+ update page_template
+ update readme
- This is 1.2 equivalent release
- Added Patch 136.patch for missing -pthread in CMakeFile (issue #136)

Sun Mar 29 14:00:00 2015 brunoAATTioda-net.ch
- Packaging fix for SLE_11 add xz
- Added new upstream snapshot + specific fixes for upstream issue
[#116]
- PotreeConverter now is able to build a html page to view the
result.

Wed Mar 18 13:00:00 2015 brunoAATTioda-net.ch
- Update to version 0+git.1426608820.412825f:
+ Fixing leak in LASPointWriter.
+ Further fixes in the leak in LASPointWriter.
+ fixed bug with the number of written points. Points were counted twice
+ redesigned stdout output
+ gitignore: support for multiple build directories.
+ gitignore: ignoring .orig files.
+ added XYZPointReader; removed warnings
+ Logging during the las generation phase.
+ The LAS files are generated in a new directory, and left there.
They are not converted again if found.
+ Created a PTX file reader.
+ More logging in PTX reader.
+ PTXPointReader: points with exaggerated coordinates value are ignored.
+ The PTX point reader is more resilient to corrupt PTX files.
+ PTXPointReader: fixed a bug, added RGB support.
+ PTXPointReader: RGB is always populated.
+ Fixes in the PTX split algorithm.
+ The PTXPointReader reads the bounding box correctly.
+ Better log in the PTXPointReader.
+ PTXPointReader populates the points count.
+ The createPointReader function has a public visibility.
+ The PTXPointReader remembers the origin of the scan.
+ Fixes to build in VS2013.
+ PTXPointReader is now thread safe.
+ fix output
+ automatically find default values for XYZ/PTS files
+ added getHierarchy(); preparation for decoupling hierarchy from cloud.js
+ Better intensity conversion in PTXPointReader.
+ PTXPointreader: removed the intensity log.
+ Fixed a leak in BINPointReader.
+ spliting hierarchy in seperate files
+ restructuring partial hierarchy structure
+ add --output-attributes parameter. Allows to write INTENSITY and CLASSIFICATION to bin format
+ Description of the hierarchy format (.hrc files)
+ add --generate-page option
+ handle 1 and 2 byte color values in las/laz files
+ removed wrong point cloud description
+ fixed bug in finding 1b or 2b colors for laz files
+ getting rid of compiler warnings
+ fix 1 or 2 byte color detection
+ update to format version 1.6
+ update changelog
+ update readme and docs
+ remove hierarchy entirely from cloud.js, including root node reference.
+ reduce path name lengths; make hierarchyStepSize dependant on octree depth
+ add some conversion tests for different input formats
+ add txt input format; use a fixed scale of 0.001 to text input formats
+ added more properties to the generated web page config file; added support for LAS and LAZ in generated PAGES
+ added navigation property to generated page settings
+ fixed writing intensity to bin files
+ update readme and gitignores
+ correcting link in readme
+ Update README.md

Sat Jan 3 13:00:00 2015 brunoAATTioda-net.ch
- Update to version 0+git.1419967082.ded9074:
+ saving coordinates as integers instead of floats; made
*.bin the default extension
+ Fixed a compiler issue in OSX.
+ updated readme
+ Update changelog.md
+ Update changelog.md

Thu Dec 18 13:00:00 2014 brunoAATTioda-net.ch
- Update to version 0+git.1418824824.bce135f:
+ Support alternate PLY property type names
+ add contribution guidelines
+ Update CONTRIBUTING.md
+ We can set the Scale Factor in LAS/LAZ files.
+ make 0.01 default scale; prepare for making .bin the default extension
+ New parameter auto-spacing that calculates spacing on the boundingbox diagonal.
+ fixed bounding box precision
+ added changelog; refactoring
+ Update changelog.md
+ Update README.md

Tue Dec 2 13:00:00 2014 brunoAATTioda-net.ch
- Update to version 0+git.1417352761.73fbd02:
+ fixed las and laz output
+ updated README
+ We use the ptx transformation header, if found in the LAS file.
+ fixed variable initialization
+ added classification, point source and return number
+ Update README.md

Tue Nov 18 13:00:00 2014 brunoAATTioda-net.ch
- Packaging : remove merged upstream patches
0010-fix-for-bin-format-memory-leak.patch
patch_fix_non-void-return.patch
- Update to version 0+git.1414663411.c99e75e:
+ added hpp files to cmake build
+ quick fix for bin format memory leak
+ removed Mac OSX build warning
+ Fix non-void-return error in PotreeWriter.cpp
+ fixed read loop range

Wed Oct 29 13:00:00 2014 brunoAATTioda-net.ch
- Added 0010-fix-for-bin-format-memory-leak.patch avoid over memory
consumption

Fri Oct 24 14:00:00 2014 brunoAATTioda-net.ch
- Update to version 0+git.1414144465.c30e7c3:
+ Added .idea to .gitignore. Builds with JetBrains CLion.
+ Building against LibLAS 1.8.
+ renamed CloudJS::string() to CloudJS::getString() to avoid Ubuntu GCC build issue
+ updated readme
+ added hpp files to cmake build
- Patch to fix the non-void-return error
patch_fix_non-void-return.patch upstream issue #51
- ------------------------------------------------------------------

Tue Oct 21 14:00:00 2014 brunoAATTioda-net.ch
- Update to version 0+git.1410451880.d1829be:
+ Update README.md
+ Regex in PlyReader.h now uses the Boost::regex module as the c++11 regex is still experimental. This solution fixes the regex errors for Linux systems
+ added build/ to gitignore
+ updated usage messages and readme
+ set default spacing back to 1.0
+ Fixes to build on OSX 10.9
+ added BINPointReader.cpp which magicaly got missing
+ Added .idea to .gitignore. Builds with JetBrains CLion.

Sun May 11 14:00:00 2014 brunoAATTioda-net.ch
- Initial packaging for obs with tar_scm git service


 
ICM