Configure render of DRACO and KTX2 texture compressed .glb files

By default, P4 DAM does not render DRACO and KTX2 texture compressed .glb files. P4 DAM can be configured to support rendering of these files by editing the csp_header configurable in the nginx section of the configuration file.

  1. Add the following text to csp_header in the nginx section of the /var/opt/hth/shared/hth.json configuration file:

    script-src 'self' 'unsafe-eval';

  2. To apply your configuration change, run the following command:

    sudo hth-ctl

For information about how to view the current configuration settings and update configurables, see Perforce TeamHub configuration.