In this lesson, we will understand how to use a ray data measurement to create a Speos ray file source. It allows you to model a light source thanks to a virtual source (rayfile) created from a measured light source. The ray file contains information like direction, power, and wavelength.
Prerequisites:
These prerequisites are typically made available by LED manufacturers.
Note that rayfiles contain a finite number of rays. In simulation, it is not recommended to launch more rays than those contained in the rayfile because the exceeding rays overlap the previous ones without giving a significant contribution to the result. They also increase the simulation time. However, this is the case unless there are bulk scattering materials or surfaces. In this scenario, you're not limited by the number of rays in the ray set, as these materials/surfaces are random in nature.
jQuery(function(){
var url = jQuery("#Video").attr('src');
jQuery("#myModal").on('hide.bs.modal', function(){
jQuery("#Video").attr('src', '');
});
jQuery("#myModal").on('show.bs.modal', function(){
jQuery("#Video").attr('src', url);
}); });