Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] conflict when settting deck.parameters.cull=true #9334

Open
7 tasks
cynricchiu opened this issue Jan 7, 2025 · 0 comments
Open
7 tasks

[Bug] conflict when settting deck.parameters.cull=true #9334

cynricchiu opened this issue Jan 7, 2025 · 0 comments
Labels

Comments

@cynricchiu
Copy link

Description

when settting deck.parameters.cull=true,one of TextLayer and GeojsonLayer won't show properly,is it because TextLayer's cullMode='front' but GeojsonLayer's cullMode='back'?

Flavors

  • Script tag
  • React
  • Python/Jupyter notebook
  • MapboxOverlay
  • GoogleMapsOverlay
  • CartoLayer
  • ArcGIS

Expected Behavior

No response

Steps to Reproduce

parameters: {
	// cull: true,
	// cullMode: 'back',
	// frontFace: 'ccw',
	blend: true,
	blendFunc: [GL.SRC_ALPHA, GL.ONE_MINUS_SRC_ALPHA, GL.ONE, GL.ONE_MINUS_SRC_ALPHA],
	polygonOffsetFill: true,
	depthTest: true,
	depthWriteEnabled: true,
	depthFunc: GL.LEQUAL
}

Environment

  • Framework version: ^9.0.38
  • Browser: Edge
  • OS: windows

Logs

No response

@cynricchiu cynricchiu added the bug label Jan 7, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant