gama.old icon indicating copy to clipboard operation
gama.old copied to clipboard

display of polygon with hole in 3D does not display internal faces

Open benoitgaudou opened this issue 6 years ago • 2 comments

Describe the bug The following model allows to display in 3d a geometry with a hole.

model NewModel

global {
	init {
		create people {
			shape <- circle(10) - circle(5);
		}
	}
}

species people {
	aspect default {
		draw shape color: #darkgrey depth: 10;
	}
}

experiment name type: gui {
	output {
		display d type: opengl {
			species people;
		}
	}
}

Expected behavior It seems that the internal face is not displayed.

Screenshots Capture d’écran 2019-05-09 à 01 04 24

Desktop (please complete the following information):

  • OS: macOS
  • GAMA version: git

benoitgaudou avatar May 08 '19 18:05 benoitgaudou

Added in #2209.

AlexisDrogoul avatar May 08 '19 18:05 AlexisDrogoul

Reopening this issue for the next round of development on GAMA 2.0

AlexisDrogoul avatar Feb 20 '22 03:02 AlexisDrogoul