Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SocialAgents3D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Pitiot
SocialAgents3D
Commits
57fd1949
Commit
57fd1949
authored
Feb 19, 2015
by
pitiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
envmap
parent
17bff2c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/env_map.cpp
src/env_map.cpp
+2
-2
No files found.
src/env_map.cpp
View file @
57fd1949
...
...
@@ -532,7 +532,7 @@ void EnvMap::subdivideVolume(Dart dglobal)
map
.
setCurrentLevel
(
max
)
;
std
::
cout
<<
"dglobal = "
<<
dglobal
<<
"level = "
<<
ma
x
<<
std
::
endl
;
std
::
cout
<<
"dglobal = "
<<
dglobal
<<
"level = "
<<
ma
p
.
getDartLevel
(
dglobal
)
<<
std
::
endl
;
ARETES
oldobst
(
RegisteredEdges
[
dglobal
])
;
...
...
@@ -543,7 +543,7 @@ void EnvMap::subdivideVolume(Dart dglobal)
for
(
Segment
*
s
:
oldNeighborObst
)
this
->
popSegment
(
s
)
;
if
(
!
map
.
isBoundaryMarked
(
3
,
dglobal
)
)
if
(
!
map
.
isBoundaryMarked
(
3
,
dglobal
)
&&
map
.
getDartLevel
(
dglobal
)
<=
max
&&
!
map
.
volumeIsSubdivided
(
dglobal
)
)
{
#ifdef DEBUG_affichage
CGoGNout
<<
"debut subdivision"
<<
CGoGNendl
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment