dotnet run -c Release --ModelFile teapot.obj --UseLineFitter --MaxFrameRate 30 --Spin --PruneMap
dotnet run -c Release --ModelFile teapot.obj --UseCharRay --MaxFrameRate 30 --Spin
Note:
--UseCharRay
was 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
TechDemo
so as of run this there.