Skip to content
Snippets Groups Projects
Commit f1077798 authored by Tom Fischer's avatar Tom Fischer
Browse files

[GL] OctTree::createOctTree returns pointer instead of obj.

At the moment it is not possible to write
oct_tree = createOctTree()
because the copy constructor is explicitely deleted. In my point of view
it does not make sense to implement a copy constructor. Sometimes it is
necessary to recreate the OctTree, for instance if the spatial size has changed.
parent 889d2cb1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment