Dynamic Decals - Debug Textures
Debug texture viewer for the dynamic decals tool. Displays collapsible sections for all internal texture buffers: combined, dynamic, baked, highlight, decal input (brush), and mask textures.
Debug texture viewer for the dynamic decals tool. Displays collapsible sections for all internal texture buffers: combined, dynamic, baked, highlight, decal input (brush), and mask textures.
Public API
| Function | Signature | Description |
|---|---|---|
M.registerEditorPreferences | (prefsRegistry) | Registers maxImageWidgetWidth float preference (default 512) |
M.editorPreferenceValueChanged | (path, value) | Preference change callback (stub) |
M.setup | (tool_in) | Registers "Debug Textures" section (order 1130) |
Texture Categories Displayed
| Section | API Call |
|---|---|
| Combined Textures | api.drawTextureSet(textureSet, label, maxWidth) |
| Dynamic Textures | api.drawDynamicTextures(maxWidth) |
| Baked Textures | api.drawBakedTextures(maxWidth) |
| Highlight Textures | api.drawHighlightTextures(maxWidth) |
| Decal Textures | api.drawBrushInputTextures(maxWidth) |
| Mask Textures | api.drawMaskTextures(maxWidth) |
Preferences
| Key | Type | Default | Description |
|---|---|---|---|
debugTextures.maxImageWidgetWidth | float | 512 | Maximum width of image widgets |
Dependencies
| Module | Purpose |
|---|---|
editor_api_dynamicDecals | Texture draw API calls |
See Also
- Dynamic Decals - Browser - Related reference
- Dynamic Decals - Brushes - Related reference
- Dynamic Decals - Camera - Related reference
- World Editor Guide - Guide
Dynamic Decals - Debug Section
Debug panel for the dynamic decals tool. Provides developer-facing buttons to test internal API calls, dump state, reproject layers, toggle projection, bake brushes, generate dynamic texture materials
Dynamic Decals - Documentation System
In-tool documentation system for the dynamic decals tool. Provides a two-column window with a filterable table of contents (left) and content panel (right). Other modules register documentation sectio