Example #1
0
 void Start()
 {
     if (filter != null && obj != null)
     {
         filter.mesh = ObjParser.ParseObj(obj.text);
     }
 }