# DotSceneFormat **Repository Path**: mirrors_OGRECave/DotSceneFormat ## Basic Information - **Project Name**: DotSceneFormat - **Description**: Now in the main repository - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DotScene Overview DotScene (aka .scene) is just a standardized XML file format. This file format is meant to be used to set up a scene in [Ogre](http://www.ogre3d.org/). It is useful for any type of application/ game. Editors can export to .scene format, and apps can load the format. Besides Ogre, the [jMonkeyEngine](http://jmonkeyengine.org/) also supports loading .scene files. ## What is DotScene? DotScene file does not contain any mesh data, texture data, etc. It just contains elements that describe a scene. A simple .scene file example: ```xml ``` ## User Data To add logic properties to the scene you can use the `` node as following: ```xml ```