We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2021-07-08 08:53 PM - last edited on 2021-09-14 09:28 AM by Noemi Balogh
2021-07-14 10:23 AM
for (i = 1; i <= nLight; i++) { if (elemIndex == 0) // 3 special lights model->GetLight (i, &light); else elem.GetLight (i, &light);Hope this helps, Ákos