VirtualPlantLab / PlantRayTracer.jl

Ray tracing of 3D meshes (not for visualization)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlantRayTracer

Stable Dev CI Coverage SciML Code Style ColPrac: Contributor's Guide on Collaborative Practices for Community Packages Aqua QA DOI

This package is a component of the VPL ecosystem. It implements and ray tracer algorithm for simulating light interception by plants. This package is a component of the Virtual Plant Lab. Users should install instead the interface package VirtualPlantLab.jl.

1. Installation

You can install the latest stable version of PlantRayTracer.jl with the Julia package manager:

] add PlantRayTracer

Or the development version directly from here:

import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantRayTracer.jl", rev = "master")

About

Ray tracing of 3D meshes (not for visualization)

License:MIT License


Languages

Language:Julia 100.0%