Searched refs:toLight (Results 1 – 3 of 3) sorted by relevance
117 public Light toLight(Structure structure) throws BlenderFileException { in toLight() method in AbstractBlenderLoader120 return lightHelper.toLight(structure, blenderContext); in toLight()
69 …public Light toLight(Structure structure, BlenderContext blenderContext) throws BlenderFileExcepti… in toLight() method in LightHelper
200 Light light = lightHelper.toLight(lampsArray.get(0), blenderContext); in toObject()