Continued with lighting
This commit is contained in:
parent
597a14743b
commit
e88d972ecc
12 changed files with 95 additions and 6 deletions
|
|
@ -45,6 +45,8 @@
|
|||
<Compile Include="Drawing\DrawParticles.cs" />
|
||||
<Compile Include="Drawing\DrawText.cs" />
|
||||
<Compile Include="GLWindow2D.cs" />
|
||||
<Compile Include="Light\LightObjects\LightObject.cs" />
|
||||
<Compile Include="Light\LightObjects\PointLight.cs" />
|
||||
<Compile Include="Light\LightPostEffect.cs" />
|
||||
<Compile Include="Light\LightSceneExtension.cs" />
|
||||
<Compile Include="Object\Polygon.cs" />
|
||||
|
|
@ -80,5 +82,6 @@
|
|||
<ItemGroup>
|
||||
<EmbeddedResource Include="Light\light.frag" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue