- Unreal Engine 4 Game Development Essentials
- Satheesh PV
- 67字
- 2021-07-16 13:07:52
Simple shapes
The first three options in this menu are simple shapes and they are as follows:
- Sphere Collision: This creates a simple sphere collision shape
- Capsule Collision: This creates a simple capsule collision shape
- Box Collision: This creates a simple box collision shape
K-DOP shapes
K Discrete Oriented Polytope (K-DOP) shapes are basically bounding volumes. The numbers (10, 18, and 26) represents the K-axis aligned planes.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Java異步編程實戰
- PostgreSQL for Data Architects
- Interactive Data Visualization with Python
- C# 從入門到項目實踐(超值版)
- 技術領導力:程序員如何才能帶團隊
- 信息安全技術
- Mastering Unity Shaders and Effects
- Python編程:從入門到實踐
- PhoneGap:Beginner's Guide(Third Edition)
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- Extending Puppet(Second Edition)
- Create React App 2 Quick Start Guide
- C語言開發基礎教程(Dev-C++)(第2版)
- Python機器學習:預測分析核心算法