1
A
回答
1
翻譯網格矩陣旋轉/縮放中心,應用旋轉/縮放,則矩陣轉換回。例如: -
matWorld = Matrix.Identity
' Translate to rotation/scaling center
matWorld = matWorld * Matrix.Translate(0.1, 0.2, 0.3)
' Apply your rotation/scaling
matWorld = matWorld * Matrix.RotationZ(0.01)
' Translate from rotation/scaling center
matWorld = matWorld * Matrix.Translate(-0.1, -0.2, -0.3)
' Assign matWorld as world transformation matrix
device.Transform.World = matWorld
注:我沒有測試以上,所以有可能是語法問題。
相關問題
- 1. DirectX 2D網格
- 2. Directx更改
- 3. 更改DirectX「Object Table」的顯示格式
- 4. 更改網格
- 5. 如何在div中動態更改網格中心?
- 6. C++ directx 9網格紋理
- 7. Directx網格頂點問題
- 8. 更改DirectX 9.0c中預轉換網格的深度緩衝區限制
- 9. SCNPhysicsBody更改質心中心
- 10. 更改後更新網格
- 11. 在DirectX C++中更改錨點
- 12. 在DirectX 11中更改分辨率
- 13. 在更改網格數據時更改網格的大小
- 14. 中心3x3圖像網格
- 15. BorderLayout中心的網格
- 16. WPF中心網格內容
- 17. 以CSS網格爲中心
- 18. 中心網格元素
- 19. Bootstrap:更改網格尺寸
- 20. .htaccess更改網址格式
- 21. 使用extjs4更改網格
- 22. 將網格劃分爲一半 - DirectX
- 23. DirectX 9個的網格重疊C++
- 24. 的DirectX:網格顯示閉塞面
- 25. 使用DirectX 9顯示網格
- 26. 使用DirectX 9顯示網格 - 網格差異
- 27. 更改Kendo網格中的數據源
- 28. 在網格視圖中更改視圖
- 29. 更改網格大小在Java中
- 30. 更改網格中的默認行數