summaryrefslogtreecommitdiff
blob: f6cffe69824444f97b7e1af18f9c2de38133aa73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!--maintainer-needed-->
	<longdescription lang="en">
		YafaRay is a raytracing open source render engine. Raytracing is a rendering technique for generating realistic images by tracing the path of light through a 3D scene.
		An render engine consists of a "faceless" computer program that interacts with a host 3D application to provide very specific raytracing capabilties "on demand". Blender 3D is the host application of YafaRay.
	</longdescription>
	<use>
		<flag name="blender">Install addon for <pkg>media-gfx/blender</pkg></flag>
		<flag name="fastmath">Enable mathematic approximations to make code faster</flag>
		<flag name="fasttrig">Enable trigonometric approximations to make code faster</flag>
		<flag name="opencv">Use <pkg>media-libs/opencv</pkg></flag>
	</use>
</pkgmetadata>