Does X-Win32 Support Shading with Catia V4?
Catia V4 uses a rendering technology that predates the OpenGL standard, as such, Catia V4’s shading needs special configuration to render shading correctly. However, all other graphics operations in Catia V4 are compatible with the OpenGL standard, so Catia V4 can be used normally without shading with X-Win32. NOTE: Shading works correctly out of the box with Catia V5. # • Step 1. Edit your CATIA V4 environment. # • – copy and paste the below lines to the environment file. • – No spaces before any lines except for the 3rd line indentation (2 or 3 spaces is fine) • – No spaces after the last character in each line. • # • – Example of an Environment file: /home/catadm/env/YOUR.env • ================================================================== if [ “$DISPLAY !=” ] || [ “$DISPLAY” != “`hostname`:0” ] || [“$DISPLAY” != “`hostname`:0.0”] then export gPPROFILE=$CAT_CUST/XWIN32/PROFILE fi # • Step 2. Add the file to your CATIA V4 administrators home directory path…… # • – Set the path