Graphics

 View Only
Expand all | Collapse all

using datalinq values from CSV database to set RGB values of material

  • 1.  using datalinq values from CSV database to set RGB values of material

    Posted 11-16-2016 23:55
    Rather than make a custom background material for every NBA team that plays us, I want to be able to just make a custom material based on RGB values inside a spreadsheet formatted as a CSV. In visual logic is it possible to deliver 3 unique values into the "diffuse" input so as to set this value?


  • 2.  RE: using datalinq values from CSV database to set RGB values of material

    Posted 11-17-2016 01:28
    Yes. Use the Datalinq block, IntColor (Integer Color) block and the Material Diffuse Block. See example in this link:http://i.imgur.com/D7hgNpF.png
    #XPression


  • 3.  RE: using datalinq values from CSV database to set RGB values of material

    Posted 11-17-2016 16:28
    Thanks Garner.
    #XPression