Implement raytraced lightmap
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
</node>
|
||||
</node>
|
||||
<node height="30" pad="1" width="100%" dir="row" margin="5 0 0 0">
|
||||
<combobox id="grid-heightmap-shading" width="100%" height="30" combo-list="Transparent,Flat,Solid" default="0"/>
|
||||
<combobox id="grid-heightmap-shading" width="100%" height="30" combo-list="Transparent,Flat,Solid,Textured" default="0"/>
|
||||
</node>
|
||||
<node height="20" pad="1" width="100%" margin="5 0 0 0"><slider-h id="grid-heightmap-wireframe" value="1.0"/></node>
|
||||
<node height="20" pad="1" width="100%"><slider-h id="grid-heightmap-height" value="0.25"/></node>
|
||||
@@ -301,6 +301,7 @@
|
||||
</node>
|
||||
</node>
|
||||
<button id="grid-render" text="Render" height="30" margin="5 0 0 0"/>
|
||||
<button id="grid-commit" text="Commit" height="30" margin="5 0 0 0"/>
|
||||
|
||||
</border>
|
||||
</node>
|
||||
|
||||
Reference in New Issue
Block a user