vec3 and vec 4 C++ class

  • Follow


Hi there,

Does anybody know where to obtain a good vector class mimicking the 
features available in the vec3 and vec4 objects defined by the GLSL 
standard? Maybe from a GPU vendor?

Thanks in advance

Dietmar

0
Reply Dietmar 9/27/2005 11:28:26 AM

Dietmar Hochsteing schrieb:

> Hi there,
>
> Does anybody know where to obtain a good vector class mimicking the
> features available in the vec3 and vec4 objects defined by the GLSL
> standard? Maybe from a GPU vendor?
>
> Thanks in advance
>
> Dietmar

Maybe this is helpful: OpenSG (www.opensg.org) has them.

Greetings,
Stefan

0
Reply sba 9/27/2005 11:49:37 AM


Dietmar Hochsteing wrote:
> Does anybody know where to obtain a good vector class mimicking the 
> features available in the vec3 and vec4 objects defined by the GLSL 
> standard? Maybe from a GPU vendor?

CGLA works quite fine, and is targeted at OpenGL.

http://www2.imm.dtu.dk/~jab/software.html#cgla


Regards,
\\Mikkel
0
Reply ISO 10/2/2005 2:33:18 PM

2 Replies
366 Views

(page loaded in 0.118 seconds)

Similiar Articles:







7/24/2012 4:01:44 PM


Reply: