In this lesson, we will understand how to create a basic surface source in Speos starting from a source datasheet. A surface source allows you to model the light emission of a source considering its flux, spectrum, and intensity distribution. It emits light uniformly from each point of the surface of a geometry. This simplistic approach can be used in early development stages or when the sources are not specified.
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);
}); });