Matrix Multiplication And vtkTransform Concatenate

We can use vtkTransform’s function concatenate to do matrix multiplication. There are three matrix which have the mathematical relationship.     It’s equivalent to the following code. vtkSPtrNew( C, vtkTransform ); C->Concatenate(B); C->Concatenate(A); C->Update(); The experimental code: #include <iostream> #include <vtkSmartPointer.h> #include <vtkTransform.h> #define vtkSPtr vtkSmartPointer #define vtkSPtrNew(Var, Type) vtkSPtr<Type> Read more…

3D Model Editor – Put Model To Original Position

I mainly focus on coding for software development at work. If we need some complicated 3D models, other colleagues in charge of data production will provide relevant model files. 在工作的时候,我们做软件研发主要专注于代码编写,如果需要一些复杂的3D模型的话,则要负责数据生产的同事提供相关的模型文件。 But sometimes they give us a model that’s not at the ideal position in the 3D world, and I often Read more…

Download EPUB And Read It On Kindle Device

Work platform: Ubuntu Download and install calibre on Ubuntu. sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh /dev/stdin Download book in the z library website https://z-lib.org. Chinese books on https://zh.z-lib.org/ . Add your book and convert it to an another format by calibre. Add the new book as attachment Read more…

Content Summary
: Input your strings, the tool can get a brief summary of the content for you.

X