Material depthTest problem

I have two depthTest = false Meshes,but one Mesh is always covering the another, but i want show the another first, how can i do this?

Use the Object3D.renderOrder property to define a manual render order.

1 Like

thx, it solves my problem,really thx, i haven’t seen the renderOrder,really thx,bro