Philip Rideout
898ed70aa0
Remove <iostream> from math headers.
...
This speeds up our build time by using <iosfwd> and un-inlining the
vector print functions.
2020-01-06 15:09:06 -08:00
Ben Doherty
e8641ce257
Additional fixes for MSVC ( #1765 )
2019-10-10 16:45:06 -07:00
Mathias Agopian
20c3d45b9c
Engine.flushAndWait() is not needed in most places
2019-10-03 16:04:22 -07:00
Mathias Agopian
b26684deed
rename namespace filament::driver -> filament::backend
2019-03-26 11:47:47 -07:00
prideout
5ee359cf40
Move math namespace to fix #746 .
2019-02-07 09:23:07 -08:00
Ben Doherty
d113af8afb
Add return 0 to main functions to avoid crashes on Windows ( #674 )
2019-01-03 16:59:34 -08:00
Philip Rideout
0011b1bba3
Use resgen in samples and MeshAssimp.
2018-11-28 08:35:44 -08:00
Philip Rideout
1413b4d622
Fix path in vk_texturedquad
2018-11-19 14:17:13 -08:00
Ben Doherty
804c974819
Fix, Vulkan samples not compiling on Windows ( #306 )
2018-09-25 13:28:32 -07:00
Philip Rideout
099738e545
Try to clean up asset folders for sample apps. ( #128 )
...
* Try to clean up asset folders for sample apps.
This removes the build step where we copy a subset of assets, and makes
it so that FilamentApp hands out a "root path" for assets. For now this
is determined based on the location of the executable. This allows
developers to launch samples from any CWD.
Closes #11
* Restore asset copy to build.
2018-08-23 12:46:45 -07:00
Philip Rideout
f9e1d58772
Add prefix to experimental Vulkan demos.
2018-08-06 17:01:41 -07:00