[ Thread Index |
Date Index
| More lists.tuxfamily.org/gluon Archives
]
- To: gluon <gluon@xxxxxxxxxxxxxxxxxxx>
- Subject: [gluon] gluon eigen
- From: idk <istdasklar@xxxxxxxxx>
- Date: Sat, 13 Feb 2010 01:14:40 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=l2fES8MjySMXC0LNpw0yS+jHDYCO/Bw3q+8G8BYQkiQ=; b=fuT/LjQKUIQwcErzTFlB2fLu5U6nP8m0uMX+d/CizY0pJPgin8UFBqmB644N8gyNKc +RNbSSiCNyIa+tcTGeeHdKOL2zA5pYdJalLewFjQ2NDGw9AWmPrf06CMt2RCOt40FmUI +Uu9nPpTTdcN/Uxy3L/ltNprAusBOQ0sgy1yg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nep9t6sY48xhlHe/X9TC3OM+lctFltg9WjsJhhIBVCeUu9AQ9V5eJyJtBNgG2Ln+Yv GO6jsYRU5tylotlGvEwQVQPQH6M5KtvEejMCGNEZ583fJPX+lpbAzKH5T0YIE9AczlVI YKXoPM7qH/1IcwPbVZvIT//bnAIHZUvMwPUek=
Hi,
Create a new branch : qt4.6
Currently :
GluonAudio : 100% removed
GluonInput : Never Eigen code has exist inside
GluonCore : 100% removed
GluonGraphics : 100% removed
- Eigen::Transform3d -> QMatrix4x4
- Eigen::Vector3d -> QVector3d
I needed to change (GLFloat) to (GLDouble) to send vertex buffer array to openGL server.
I cannot change the code of : Camera::Projection() unProjection()... There are using Eigen specific function that I don't understand. So I commented and it seems to work.
Now, it remains only gluonEngine and Creator... I try to success , but I broken all in QuaternionProperty... So I disable the compilition of them in CmakeLists. And I suggest you to do it.