- 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.
- 觸摸屏實(shí)用技術(shù)與工程應(yīng)用
- Raspberry Pi 3 Cookbook for Python Programmers
- 新型電腦主板關(guān)鍵電路維修圖冊(cè)
- Python GUI Programming:A Complete Reference Guide
- Manage Partitions with GParted How-to
- Apple Motion 5 Cookbook
- 計(jì)算機(jī)組裝與維護(hù)(第3版)
- Creating Flat Design Websites
- 微型計(jì)算機(jī)系統(tǒng)原理及應(yīng)用:國(guó)產(chǎn)龍芯處理器的軟件和硬件集成(基礎(chǔ)篇)
- Source SDK Game Development Essentials
- 超大流量分布式系統(tǒng)架構(gòu)解決方案:人人都是架構(gòu)師2.0
- Java Deep Learning Cookbook
- 微服務(wù)實(shí)戰(zhàn)(Dubbox +Spring Boot+Docker)
- Blender 3D By Example
- 嵌入式系統(tǒng)設(shè)計(jì)大學(xué)教程(第2版)