Versions in this module Expand all Collapse all v0 v0.0.1 Jun 24, 2021 Changes in this version + func LoadImage(path string, opts ...ReadImageOption) (*image.RGBA, error) + func LoadOBJ(data io.Reader) (geometry.Mesh, error) + func MustLoadImage(path string, opts ...ReadImageOption) *image.RGBA + func MustLoadMesh(path string) geometry.Mesh + type ImageOption struct + type ReadImageOption func(o *ImageOption) + func WithGammaCorrection(enable bool) ReadImageOption