INNER CODE UNIT · JavaScript

render_loop

loicbourgois/gravitle · front/alpha/index.js:108

const render_loop = () => {
    const resolution = 0;
    const period = 0;
    const link_states_period = 1;
    const link_states_history_length = 32;
    webgl_renderer.render(
        universe.get_links_coordinates_to_draw(),
        universe.get_particles_data_to_draw(),
        [],
        resolution,
        universe.get_width(),
        universe.get_height(),
        false,
        false,
        [],
        [],
        false,
        [],

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…