Enable Screenspace renderable to have a multiplicative color; Add new asset to show a target marker (closes #85); Fix bug with wrong documentation shown in RenderablePlane

This commit is contained in:
Alexander Bock
2021-05-08 18:08:56 +02:00
parent f74bf97513
commit 09e28ff49e
7 changed files with 45 additions and 13 deletions

View File

@@ -75,8 +75,6 @@ RenderablePlaneImageOnline::RenderablePlaneImageOnline(
const Parameters p = codegen::bake<Parameters>(dictionary);
_texturePath.onChange([this]() { _textureIsDirty = true; });
addProperty(_texturePath);
_texturePath = p.url;
addProperty(_texturePath);
}