• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

QUESTION double sided fence

I was to add a fence to my track but it only works one w and I d know how to make it double sided


Sent from my iPhone using Tapatalk
 

Ryno917

Member
But wouldn’t that just be 2 planes back to back


Sent from my iPhone using Tapatalk
AC's graphics engine doesn't support double sided faces, so you must have duplicate faces with opposite normals to achieve the same look.

There might be something in CSP to achieve true double sided faces but I've never bothered to check.
 

fughettaboutit

aka leBluem
AC's graphics engine doesn't support double sided faces, so you must have duplicate faces with opposite normals to achieve the same look.

There might be something in CSP to achieve true double sided faces but I've never bothered to check.
[SHADER_REPLACEMENT_...]
MATERIALS = you_mat, more_mat?
CULL_MODE = DOUBLESIDED ; OFF, FRONT, BACK

https://github.com/ac-custom-shaders-patch/acc-extension-config/wiki/General-–-Shader-replacements

edit: i think true double sided is what you do in blender with those two faces
 
Last edited:
Top