- Panda3d 1.7 Game Developer's Cookbook
- Christoph Lang
- 178字
- 2021-04-09 21:21:41
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "Save it as PandaSettings.vsprops
in a directory of your choice."
A block of code is set as follows:
from direct.showbase.ShowBase import ShowBase class Application(ShowBase): def __init__(self): ShowBase.__init__(self)
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
from direct.showbase.ShowBase import ShowBase
class Application(ShowBase):
def __init__(self):
ShowBase.__init__(self)
Any command-line input or output is written as follows:
pzip -9 model.egg
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "If you can’t find it this way, click View | Property Manager in the main menu".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- UG NX 12.0中文版完全自學一本通
- 數碼攝影后期零基礎入門教程
- 中文版Maya 2012實用教程(第2版)
- 中文版3ds Max 2024完全自學教程
- Unity 2D與3D手機游戲開發實戰
- Oracle VM Manager 2.1.2
- 詳解AutoCAD 2022建筑設計(第6版)
- 計算機·手機生活應用
- 工業軟件研發、測試與質量管理論叢
- Elasticsearch實戰與原理解析
- BackTrack 5 Wireless Penetration Testing Beginner's Guide
- 學摳圖:Photoshop專業摳圖技法案例教程
- 網店美工設計:Photoshop CC案例教程(視頻指導版)
- 中文版3ds Max 2022基礎教程
- Moodle Course Conversion: Beginner's Guide