- Blender Game Engine:Beginner's Guide
- Victor kuller bacone
- 378字
- 2021-08-13 17:58:00
Exploring the interface of the Logic Editor
Alas! There are so many panels and everything seems so confusing. Do not worry, my first impression was the same. However, by the end of this chapter, you will be familiar with most of the on screen elements. When you create a game with Blender, you do not work with only one editor type. But without Logic Editor, it is not possible to make a game.
Knowing the interface of the Game Logic view offers insight into how the Logic Editor works and prepares us to make complex connections in our game truly interactive.
The Game Logic layout is divided into areas by default, each of which has a particular function or purpose, depending on what the user is doing at that time. There are Header areas in each display editor type. Using these headers (pointed out by the arrows in the next screenshot) we can swap between different editor views. We will focus on the bottom display called Logic Editor (bottom left header).

The Blender Game Engine uses logic bricks (a combination of sensors, controllers, and actuators) to control the movement and display of objects in the engine.
- Sensors sense events, for example, a key press or mouse movement. Sensors are linked to controllers which compare them.
- Controllers check (true or false) and combine these pulses to trigger the proper response and activate the last group: actuators. They can also be thought of as conditional rules.
- Actuators initiate their functions when they get a positive pulse from one (or more) of their controllers.
We will explain shortly these three parts of logic bricks and set up a very basic system within the game panel by showing how to use a sensor, controller, and actuator.
- 筆記本電腦使用、維護與故障排除實戰
- Cortex-M3 + μC/OS-II嵌入式系統開發入門與應用
- OUYA Game Development by Example
- Visual Media Processing Using Matlab Beginner's Guide
- Arduino BLINK Blueprints
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Istio服務網格技術解析與實踐
- 單片機原理及應用:基于C51+Proteus仿真
- FreeSWITCH Cookbook
- Blender 3D By Example
- 計算機組成技術教程
- 計算機組裝與維護立體化教程(微課版)
- 電腦組裝與硬件維修從入門到精通
- 電腦組裝與維修實戰
- Windows Presentation Foundation 4.5 Cookbook