Hi, i have a problem with transparent block in my voxel test code. i dont understand why, it’s work sometime… , look the gif for the problem description :
https://media.giphy.com/media/5nselJ1uWNglqIdYkJ/giphy.gif
i have read this topic : Transparent material with using DiffVCol Technique , but didnt help me. i need transparent material with unlight/unshadowed & vertex color support, like DiffVColAlpha, but didnt exist in my Technique folder, i the gif, i use BasicVColUnlitAlpha.xml.
i’m efraid to create my transparent block in separate geometry and add it at last into the engine. in my code , each chunck is represented by fixed array ( unsigned char ) , i apply a simple culling test for display only visible surface for each block. Anyone have simple solution for thats ? Thank.