public class LightHelper extends AbstractBlenderHelper
blenderContext, blenderVersion, fixUpAxis, upAxisRotationQuaternion
Constructor and Description |
---|
LightHelper(java.lang.String blenderVersion,
BlenderContext blenderContext)
This constructor parses the given blender version and stores the result.
|
Modifier and Type | Method and Description |
---|---|
Light |
toLight(Structure structure,
BlenderContext blenderContext) |
applyProperties, loadLibrary, loadProperties
public LightHelper(java.lang.String blenderVersion, BlenderContext blenderContext)
blenderVersion
- the version read from the blend fileblenderContext
- the blender contextpublic Light toLight(Structure structure, BlenderContext blenderContext) throws BlenderFileException
BlenderFileException