ADD: planet quadtree texture boilerplate

This commit is contained in:
2025-12-30 13:32:44 +09:00
parent 42645a31ea
commit 2bf97defcd
7 changed files with 440 additions and 13 deletions

View File

@@ -120,6 +120,12 @@ public:
const GLTFMetallic_Roughness::MaterialConstants &constants,
MaterialPass pass = MaterialPass::MainColor);
// Access engine-provided fallback textures for procedural systems.
VkImageView fallback_checkerboard_view() const;
VkImageView fallback_white_view() const;
VkImageView fallback_flat_normal_view() const;
VkImageView fallback_black_view() const;
const AssetPaths &paths() const { return _locator.paths(); }
void setPaths(const AssetPaths &p) { _locator.setPaths(p); }