25 lines
1.5 KiB
XML
25 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer>
|
|
<email>axs@gentoo.org</email>
|
|
<name>Ian Stakenvicius</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
FreeWRL is a VRML97 (VRML-2.0) and X3D interactive viewer, providing both a traditional Xorg application
|
|
and a nsbrowser plugin for use with many available web browsers. The package depends heavily on OpenGL
|
|
support for rendering. When developing your 3D world or model, you can program with GLSL Shaders using the
|
|
X3D Shaders Component, put your model exactly where you want them with the Geospatial Component, or just
|
|
throw triangles to the screen as Extrusions, IndexedFaceSets, TriangleSets, Circle2D, Disk2D, Spheres, Boxes,
|
|
Cubes; the list goes on and on. With royalty free open standards, your models will continue to render, year after year.
|
|
<pkg>=media-gfx/freewrl-1.22*</pkg> uses traditional OpenGL calls, while <pkg>>=media-gfx/freewrl-2</pkg> uses
|
|
"shaders" and requires hardware capable of at least OpenGL-2.0 or OpenGL-ES.
|
|
</longdescription>
|
|
<use>
|
|
<flag name='glew'>Enable glew extensions</flag>
|
|
<flag name='libeai'>Build EAI C library</flag>
|
|
<flag name='opencl'>Enable OpenCL support</flag>
|
|
<flag name='osc'>Allows for OSC-based control and communication between multiple freewrl instances</flag>
|
|
<flag name='java'>Build and install java EAI/SAI support library</flag>
|
|
</use>
|
|
</pkgmetadata>
|