Re: Сell multiplication

2015-04-14 Thread Grigory Krivyakin
well, i trying to create the 3D model of crystal structure on atomic level, because the crystal structure is periodical i think it is right way to use one geode (which stores 3D model of elementary cell). But if i use the cycle for creating crystal lattice, the MatrixTransform's pointer

Сell multiplication

2015-04-14 Thread Grigory Krivyakin
Hello I try to create a simple crystal lattice and dont know how make it better. I create a original geode cell and use matrix translations: Code: osg::ref_ptrosg::Group root = new osg::Group; osg::ref_ptrosg::Geode cell = Cell(); osg::ref_ptrosg::MatrixTransform transform = new

Re: [osg-users] Сell multiplication

2015-04-14 Thread Robert Osfield
Hi Grigory, Could you explain what you mean by Crystal Lattice. Knowing what you are actually trying to achieve help others guide you in the right direction. Robert. On 14 April 2015 at 07:38, Grigory Krivyakin grisha...@gmail.com wrote: Hello I try to create a simple crystal lattice and