<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Another texture mapping question. in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203891#M16524</link>
    <description>No one?&lt;BR /&gt;
&lt;BR /&gt;
 Can anyone at least confirm wether or not you can manipulate a "texture" imported through LightWorks in this fashion? I've tried the stLaytout to no avail too. Any ideas at all?&lt;BR /&gt;
&lt;BR /&gt;
The image/texture is being imported with a material definition here:&lt;BR /&gt;

&lt;PRE&gt;LWA_transparency = "LWA_TRwmask",
					LWA_TRwmask_file               = "CTP132AInverted.tif",
					LWA_TRwmask_image          =  "CTP132AInverted.tif",
					LWA_TRwmask_softness       = 1.00,
					LWA_TRwmask_scale            = 1.0,
					LWA_TRwmask_aspratio       =  0.663109048723898&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Nov 2011 11:49:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-16T11:49:39Z</dc:date>
    <item>
      <title>Another texture mapping question.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203890#M16523</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm using AC 9 on a Mac OS6 and trying to map a texture from a LightWorks transparency shader onto a simple parametric block. &lt;BR /&gt;
&lt;BR /&gt;
MATERIAL "cstmEtchdGlss"&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
BLOCK  24", 36", .125"&lt;BR /&gt;
&lt;BR /&gt;
 Although the shaders are called "wrapped image" or "wrapped mask" I only want the image on one suffice which for whatever reason is what appears to happen naturally. &lt;BR /&gt;
&lt;BR /&gt;
 The problem is that I want the image to be somewhat anamorphic and can't get the image to start or stop where I want it too. &lt;BR /&gt;
&lt;BR /&gt;
 I've searched through forum all the other info I could about the teve, coor and pgon and have been playing around with the examples in the GDL Technical Standards but cannot seem to grasp what is going on.&lt;BR /&gt;
&lt;BR /&gt;
I was also curious if there is a way to automatically get the dimensions of an image called into a  script and how does one embed images into a script? I tried using the xml converter but I am apparently missing something. I was under the impression that you could create objects out of images somehow. &lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Nov 2011 14:51:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203890#M16523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-14T14:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Another texture mapping question.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203891#M16524</link>
      <description>No one?&lt;BR /&gt;
&lt;BR /&gt;
 Can anyone at least confirm wether or not you can manipulate a "texture" imported through LightWorks in this fashion? I've tried the stLaytout to no avail too. Any ideas at all?&lt;BR /&gt;
&lt;BR /&gt;
The image/texture is being imported with a material definition here:&lt;BR /&gt;

&lt;PRE&gt;LWA_transparency = "LWA_TRwmask",
					LWA_TRwmask_file               = "CTP132AInverted.tif",
					LWA_TRwmask_image          =  "CTP132AInverted.tif",
					LWA_TRwmask_softness       = 1.00,
					LWA_TRwmask_scale            = 1.0,
					LWA_TRwmask_aspratio       =  0.663109048723898&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2011 11:49:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203891#M16524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-16T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Another texture mapping question.</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203892#M16525</link>
      <description>Anyone... anyone... ?&lt;BR /&gt;
&lt;BR /&gt;
 I just want to fit an "anamorphic" image/texture to a simple panel that only shows up in a LightWorks render using either the LWA_TRmask or LWA_TRimage.&lt;BR /&gt;

&lt;PRE&gt;DEFINE MATERIAL "cstmEtchdGlss" ...
... ADDITIONAL DATA...
LWA_transparency = "LWA_TRwmask",
					LWA_TRwmask_file               = "CTP132AInverted.tif",
					LWA_TRwmask_image          = "CTP132AInverted.tif",
					LWA_TRwmask_softness       = 1,
					LWA_TRwmask_scale            =  1,
					LWA_TRwmask_aspratio       = 1.021551724137931

!LWA_transparency  = "LWA_TRwimage",
!					LWA_TRwimage_file                  =  "CTP132AInverted.tif",
!					LWA_TRwimage_image             =   "CTP132AInverted.tif",
!					LWA_TRwimage_scale               =   1,
!					LWA_TRwimage_aspratio          =   1.021551724137931,
!					LWA_TRwimage_softness          =   1.00&lt;/PRE&gt;

Thanks&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6642i29F2FAD99C392021/image-size/large?v=v2&amp;amp;px=999" border="0" alt="wmasks2.jpg" title="wmasks2.jpg" /&gt;</description>
      <pubDate>Thu, 17 Nov 2011 12:42:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Another-texture-mapping-question/m-p/203892#M16525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T12:42:11Z</dc:date>
    </item>
  </channel>
</rss>

