I find the trigger in the GUI but there is no command in the reference on that topic.
model NewModel
global {
init {
create people;
}
}
species people {
aspect default {
draw sphere(10) empty: true border: #black;
}
}
experiment name type: gui {
output {
display d type: opengl {
species people;
}
}
}
Is there a way to activate the OpenGL wireframe by a command within GAML?
I find the trigger in the GUI but there is no command in the reference on that topic.
--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To post to this group, send email to gama-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/gama-platform.
To view this discussion on the web visit https://groups.google.com/d/msgid/gama-platform/68d6c86c-c7ff-4d2a-a918-2766510eb5de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is there a way to activate the OpenGL wireframe by a command within GAML?
I find the trigger in the GUI but there is no command in the reference on that topic.