mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
dc38ee69fd
./Source/Renderers/Cartoon/CartoonRenderer.cpp:400:25: error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned char' in initializer list [-Wc++11-narrowing] UByteColor rgbShade = {m_nShadeLightness, m_nShadeLightness, m_nShadeLightness}; ^~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/quesa-1.8_8.log - While here fix WWW
11 lines
525 B
Plaintext
11 lines
525 B
Plaintext
Quesa is a high level 3D graphics library, released as Open Source under
|
|
the LGPL, which offers binary and source level compatibility with Apple's
|
|
QuickDraw(TM) 3D API. Quesa does not contain any Apple source code, and was
|
|
developed without access to Apple's QD3D implementation.
|
|
|
|
QD3D supports both retained and immediate mode rendering, an extensible file
|
|
format, plug-in renderers, a wide range of high level geometries, hierarchical
|
|
models, and a consistent and object-orientated API.
|
|
|
|
WWW: http://quesa.sourceforge.net/
|