render Interface

public interface render

Module Procedures

private subroutine render_sub(cnt, extent, samples, state)

Render the SDFs onto a voxel grid

Arguments

Type IntentOptional Attributes Name
type(sdf), intent(in) :: cnt(:)
type(vector), intent(in) :: extent
integer, intent(in) :: samples(3)
type(settings_t), intent(in) :: state

private subroutine render_vec(cnt, state)

Render the SDF Wrapper around the render function to allow ease of use

Arguments

Type IntentOptional Attributes Name
type(sdf), intent(in) :: cnt(:)
type(settings_t), intent(in) :: state