dotnet run -c Release --ModelFile teapot.obj --UseLineFitter --MaxFrameRate 30 --Spin --PruneMap
dotnet run -c Release --ModelFile teapot.obj --UseCharRay --MaxFrameRate 30 --Spin
Note:
--UseCharRaywas removed (it is always on, --UseLineFitter was also removed at the same time)
dotnet run -c Release --ModelFile teapot.obj --MaxFrameRate 30 --Spin
dotnet run -c Release --ImagePlaneFile batman.png --MaxFrameRate 30 --From "{450,450,450}" --Spin --LightSource "{0,2000,0}" --FloorHeight -250 --FloorScale 0.005 --ImageScale 0.5
dotnet run -c Release --ImageSphereFile earth.png --MaxFrameRate 30 --From "{2.5,2.5,2.5}" --FloorHeight 4000000 --Spin --LightSource "{5,5,10}"
Note: The tech demo was moved out of the "root" project and into
TechDemoso as of run this there.
To build this project you need a license from SixLabors, they do ofter free community license see https://sixlabors.com/pricing/.
Once a license has been obtained the license file can be placed at the root of this repo, this file should not be checked it.
Alternatively the the contents of the file can be store stored in an environment named SIXLABORS_LICENSE_KEY







