View Single Post
09/30/18, 09:24 AM   #1
Sordrak
 
Sordrak's Avatar
AddOn Author - Click to view addons
Join Date: May 2017
Posts: 52
[Solved] Set3DRenderSpaceUsesDepthBuffer Bug?

Hey Guys

I hope you can help me with this. I'm currently playing around with 3D objects.
There is the Set3DRenderSpaceUsesDepthBuffer(bool) function.
This function is used by addons like harvest map. If active, the object will not be visible through other objects in the world.

Yet, for whatever reason, this doesn't seem to work on all clients respectively PC configuration. The following screenshots are from two different accounts / PCs. Only HarvestMap is running and in both cases Set3DRenderSpaceUsesDepthBuffer has been set to true. Yet, one client won't render the object properly.



Any suggestions what the issue here is? Related to any graphic settings in game or the graphic card?

Last edited by Sordrak : 09/30/18 at 09:48 AM.
  Reply With Quote