Move font assets data targets into toolbox library.
PiperOrigin-RevId: 816654994 Change-Id: Ic56fab2b0af0c8d85682f8b233342a0d088d5cca
This commit is contained in:
committed by
Copybara-Service
parent
8e4932170a
commit
1335ec87e4
@@ -30,8 +30,6 @@ ABSL_FLAG(int, window_width, 1400, "Window width");
|
||||
ABSL_FLAG(int, window_height, 700, "Window height");
|
||||
ABSL_FLAG(std::string, model_file, "", "MuJoCo model file.");
|
||||
|
||||
constexpr char kDataPath[] = "third_party/mujoco/google/filament/assets/data/";
|
||||
|
||||
static std::vector<std::byte> LoadAsset(std::string_view path) {
|
||||
std::ifstream file(path, std::ios::binary | std::ios::ate);
|
||||
if (!file.is_open()) {
|
||||
|
||||
Reference in New Issue
Block a user