Skip to content

NJUCG/Moer

Repository files navigation

Moer: Research Oriented Physically Based Renderer

build

Moer is a phycially based renderer, providing an "easy to deploy and develop" rendering platform for computer vision (CV) and computer graphics (CG) research.

Moer is developed by NJUMeta (www.njumeta.com) from Nanjing University.

Features

  • Easy to deploy, "install & clone & make & run"
  • Structured scene description using json
  • Interface for integrator/medium/bxdf/texture... and some pre-set implementations
  • Unworried resource management for heavy resource (image/mesh)

Gallery

classroom hair teapot disney

Checklist

Accelerator

  • BVH
  • Embree
  • others

Camera

  • pinhole
  • thinlens
  • spherical
  • others

Integrator

  • path-tracing
  • volpath-tracing
  • bdpt
  • mlt
  • photon-mapping
  • others

Sampler

  • independent
  • stratified
  • low-discrepancy
    • Halton
    • (0-2)-Sequence
    • Maximized minimal distance
    • Sobol'
  • others

Emitter

  • point
  • area
  • infinite
  • infinite cap
  • others

Media

  • homogeneous
  • hetergeneous
  • others

BxDF

  • lambert
  • mirror
  • dielectric
  • conductor
  • disney
  • plastic
  • hair
  • others

Shape

  • sphere
  • quad
  • triangle-mesh
  • curve
  • others