On 5/30/06, Lakin Wecker <lak...@gm...> wrote:
> With the new SVN it still has this same error. :(
I work on this, right now.
> At some point in the future, I would like to make a wrapper for the
> VectorX classes and the ColourValue class to have them interchangeable
> with python tuples/lists.
> Example:
> entity.setPosition (Ogre.Vector3(500.0, 1000.0, 200.0))
> could (in the future) be written as:
> entity.setPosition ([500.0, 1000.0, 200.0])
>
> Is this something that I do by writing a cpp wrapper using
> Boost.python, and include it when I compile? Or can I specify this in
> a nice way using python and py++?
This will be pretty easy. We will do it using py++.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|