Your First Shader
May 24 2007 | 12:13 am
- May 24 2007 | 12:40 amNice!Thanks for the article :) On May 23, 2007, at 8:13 PM, andrew benson wrote:> https://cycling74.com/story/2007/5/23/181113/507 > > Enjoy!!! > > Andrew B.v a d e //www.vade.info abstrakt.vade.info
- Jul 12 2007 | 8:34 amI was looking at the tutorial for creating the first shader. there is just one thing I don't get in the tut.blank.jxs the
- Jul 12 2007 | 11:19 amThis is just an XML thing that says the next block should not be interpreted by the parser:CDATA: Everything inside a CDATA section is ignored by the parser.If your text contains a lot of " often does - the XML element can be defined as a CDATA section.A CDATA section starts with "":wesOn 7/12/07, pieter coussement wrote: > > I was looking at the tutorial for creating the first shader. > there is just one thing I don't get in the tut.blank.jxs > the