Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Cazier
CGoGN
Commits
6a960392
Commit
6a960392
authored
Jan 27, 2011
by
Pierre Kraemer
Browse files
SocialAgents -> passage en mode Debug
parent
0caa53f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Apps/Examples/SocialAgents/CMakeLists.txt
View file @
6a960392
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.6)
project
(
SocialAgents
)
SET
(
CMAKE_BUILD_TYPE
Release
)
SET
(
CMAKE_BUILD_TYPE
Debug
)
link_directories
(
${
CGoGN_ROOT_DIR
}
/lib/Debug/
...
...
Apps/Examples/SocialAgents/include/env_generator.hpp
View file @
6a960392
...
...
@@ -148,7 +148,7 @@ void generateSmallCity(typename PFP::MAP& map, EMBV& position, DartMarker& close
// sideSize *= 0.2f;
unsigned
int
nbBuilding
=
1000
;
float
height
=
sideSize
/
2.0
f
;
unsigned
int
side
=
25
;
unsigned
int
side
=
3
;
generateGrid
<
PFP
,
EMBV
>
(
map
,
position
,
side
,
side
,
sideSize
,
closeMark
);
Dart
dEnd
=
map
.
end
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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