mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 00:44:43 -05:00
solve merge conflict
This commit is contained in:
@@ -32,6 +32,24 @@ function postInitialization()
|
||||
openspace.iswa.addCygnet("-1,Data,1");
|
||||
openspace.iswa.addCygnet("-2,Data,1");
|
||||
openspace.iswa.addCygnet("-3,Data,1");
|
||||
|
||||
openspace.registerScreenSpaceRenderable(
|
||||
{
|
||||
Type = "ScreenSpaceCygnet",
|
||||
CygnetId = 7,
|
||||
Position = {-0.8, 0.3},
|
||||
FlatScreen = true,
|
||||
Scale = 0.25,
|
||||
});
|
||||
|
||||
openspace.registerScreenSpaceRenderable(
|
||||
{
|
||||
Type = "ScreenSpaceImage",
|
||||
TexturePath = "${OPENSPACE_DATA}/test2.jpg",
|
||||
Position = {0.8, -0.3},
|
||||
FlatScreen = true,
|
||||
Scale = 0.25,
|
||||
});
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user