ConnectionLineManager.xml 627 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Includes>
  4. <Include type="all" source="ART:FX_TechStream.xml" />
  5. </Includes>
  6. <ConnectionLineManager id="ConnectionLineManager">
  7. <!-- Shader technique that is used when rendering the phased objects. Passes in this technique determine how many phases there are-->
  8. <FXShader
  9. ShaderName="ConnectionLine.fx"
  10. TechniqueName="Default">
  11. <Constants>
  12. <Texture
  13. Name="LineTexture">
  14. <Value>FX_TechStream</Value>
  15. </Texture>
  16. </Constants>
  17. </FXShader>
  18. </ConnectionLineManager>
  19. </AssetDeclaration>