Skip to main content

Single Entity Scene

A minimal scene with a single entity, demonstrating basic asset and instance usage.

Overview

This example shows how to define assets and place a single instance in the scene.

Key Concepts

  • Asset definition (model)
  • Instance placement
  • Transform properties (position, rotation, scale)

Try It

Load this example:

https://blazium-engine.github.io/DDDBrowserExamples/scene_single_entity.html

Next Steps