• 中文
  • Version: 3.0 Preview
    • Version: 3.0 Preview
    • Version: 2.4
    • Version: 2.3
    • Version: 2.2
    • Version: 2.1
    • Version: 2.0
    • Version: 1.10
    • Version: 1.9
  • Cocos Creator
    • Manual
    • API Ref
  • Cocos2d-x
    • Manual
    • API Ref
  • Beginners Guide
  • Introduction
  • Getting Started
    • Dashboard
    • Hello world!
    • Quick Start: First Game
    • Support
    • Caution!
  • Cocos Creator 3.0 Preview Upgrade Guide
  • Editor Manual
  • Editor Introduction
    • Scene
    • Hierarchy
    • Assets
    • Inspector
    • Console
    • Animation
    • Preferences
    • Project Settings
      • Physics Configs
    • Engine Customization Workflow
  • Preview a Game
    • Previewing in Browser
    • Introduction To Preview Process And Common Error Handling
  • Particle Editor
    • Curve Editor
    • Gradient Editor
    • Particle Effects
  • Animation
    • About Animation
    • Familiar with animation editor
    • Create Animation components and animation clips
    • Edit Animation Sequence
    • Creating A Frame Animation
    • Edit Animation Curve
    • Animation event
  • Terrain System
  • Lightmap
  • Build and Publish
    • About the Build Panel
    • General Build Options
    • Publish from the Command Line
    • Custom Project Build Process
    • Build Process with FAQ
    • Publish to the Web
    • Publish to Native
      • Setup Native Development
      • Publish to Android
      • Publish to iOS
      • Publish to Mac
      • Publish to Windows
      • Debugging JavaScript on Native Platforms
    • Publish to Mini Games
      • Publish to Alipay Mini Games
      • Publish to ByteDance Mini Games
      • Publish to Cocos Play
      • Publish to Huawei Quick Games
      • Publish to OPPO Mini Games
      • Publish to vivo Mini Games
      • Publish to Baidu Mini Games
      • Publish to Xiaomi Quick Games
      • Publish to WeChat Mini Games
        • WeChat Engine Plugin
      • Open Data Context
      • Publish to LinkSure Mini Games
      • Publish to QTT Mini Games
  • Advanced
  • Extended Editor
    • The First Extension
    • Install And Share
    • Extension Description
    • Extended Panel
      • Compose Panel
      • Panel Message
    • Contributions
      • Message
      • Shortcuts
      • Menu
    • Basic
      • Extension
      • Message
      • I18n
      • Profile
      • Editor UI
  • Engine Manual
  • Function Map
    • Graphics Rendering
  • Scene and Environment
    • Coordinate system
    • Scene
    • Node
    • Skybox
    • GlobalFog
    • Shadows
  • Lighting
    • Physically based lighting
    • Directional lighting
    • Spherical lighting
    • Spot lighting
    • Ambient lighting
  • Materials System
    • YAML 101
    • Effect Syntax
    • Pass Params
    • Builtin Shader Uniforms
    • Builtin Shader Variables
  • Audio System
  • Particle System
    • Particle System Module
    • Main Module
    • Emitter
    • Color Module
    • Size Modulle
    • Rotation Module
    • Velocity Module
    • Limit Velocity Module
    • Force Module
    • Texture Animation Module
    • Renderer
    • Trail Module
  • Animation
    • Animation Components
    • Animation Clips
    • Skeletal Animation
  • Tween
  • Physics
    • Physics Options
    • Physics System
    • Physics Component
    • Using Physics
    • Physics Collider
    • Materials
    • Rigid Body
    • Physics Events
    • Group Masks
    • Raycast
  • UI
    • Rendering Order
    • UI Batch
    • Multi-Resolution Adaption
    • Widget Alignment
    • Label Layout
    • Auto Layout Container
    • List with data
    • Stretchable UI Sprite
    • UI Custom Material
  • Components
    • AudioSource
    • MeshRenderer
    • SkinnedMeshRenderer
    • Camera
    • DirectionalLight
    • SphereLight
    • SpotLight
    • Animation
    • Billboard
    • Line
    • ParticleSystem
    • BoxCollider
    • SphereCollider
    • RigidBody
    • UI Component Reference
      • UI Renderer Component
        • Sprite Reference
        • Label Reference
        • Mask Reference
        • Graphics Reference
        • RichText Reference
        • UIStaticBatch Reference
      • UI Basic Component
        • Canvas Reference
        • UITransform Reference
        • Widget Reference
        • Button Reference
        • Layout Reference
        • EditBox Reference
        • ScrollView Reference
        • ScrollBar Reference
        • ProgressBar Reference
        • LabelOutline Reference
        • Toggle Reference
        • ToggleContainer Reference
        • Slider Reference
        • PageView Reference
        • PageViewIndicator Reference
        • UIMeshRenderer Reference
        • UIOpacity Reference
        • BlockInputEvents Reference
        • WebView Reference
        • VideoPlayer Reference
        • SafeArea Reference
  • Scripting Guide and Event Mechanism
    • Script Creation
    • Scripting Basics
    • Language Support
    • Module
    • ccclass
    • Attributes
    • Access Node and Other Components
    • Common Node and Component Interface
    • Life Cycle Callbacks
    • Create and destroy nodes
    • Load and switch scenes
    • Loading Assets
    • Scheduler
    • Component
    • Component Execution Order
    • Event Mechanism
    • Plugin script
    • Logging
    • Deprecated APIs
  • Asset Manual
    • Asset workflow
    • Asset Manager
      • AssetManager Upgrade Guide
      • Asset Bundle Upgrade Guide
      • Dynamic load asset
      • Asset Bundle
      • Release Of Resources
      • Download and Parse
      • Loading and Preloading
      • Cache Manager
      • Optional Parameters
      • Pipeline and Task
    • Scene
    • Images
      • Textures
      • Sprite Frames
      • Skybox
      • Texture Auto Trim
      • Compressed textures
      • Atlas
      • Auto Atlas
      • Label Atlas
      • Render-texture
    • Prefab
    • Scripting
    • Fonts
    • Audio
    • Material
    • Mesh
    • Animation assets
  • Published with GitBook
  • 中文
  • Cocos Creator
    • Manual
    • API Ref
  • Cocos2d-x
    • Manual
    • API Ref
  • Version: 3.0 Preview
    • Version: 3.0 Preview
    • Version: 2.4
    • Version: 2.3
    • Version: 2.2
    • Version: 2.1
    • Version: 2.0
    • Version: 1.10
    • Version: 1.9

Scene Creation Workflow

Scene Creation Workflow

  • Node and Component
  • Coordinate system and transformation
  • Manage node tree and rendering order
  • Create scene image with scene editor
  • Scene camera configuration panel

Except for basic scene elements creation and editing, we will introduce other important elements of the content creation in seperate chapters:

  • Renderer and Graphics
  • UI system
  • Animation system

results matching ""

    No results matching ""

    Prev: Scene Camera Configuration Next: Node and component