Skip to content

Commit

Permalink
Merge pull request #400 from NVlabs/SampleModelsUpdate
Browse files Browse the repository at this point in the history
Add cylinder to targetmodels renamed sample
  • Loading branch information
bboudaoud-nv authored Nov 30, 2022
2 parents b787b50 + 02d74c0 commit 7a73733
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "spheres";
description = "targetmodels";
frameRate = 120;
showHUD = true;
renderWeaponStatus = true;
Expand Down Expand Up @@ -56,14 +56,25 @@
}
);

},
{
id = "cylinder";
description = "cylinder";
trials = (
{
count = 20;
ids = ( "cylinder", "cylinder");
}
);

},
{
id = "mixedtypes";
description = "mixed types";
trials = (
{
count = 20;
ids = ( "ico", "low", "mid", "high");
ids = ( "ico", "low", "mid", "high", "cylinder");
},
);

Expand Down Expand Up @@ -108,6 +119,15 @@
// filename = "model/target/high_poly_sphere.obj";
// };
},
{
id = "cylinder";
destSpace = "player";
speed = ( 0, 0 );
visualSize = ( 0.05, 0.05 );
modelSpec = ArticulatedModel::Specification{
filename = "model/target/cylinder.obj";
},
},
);

}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
currentUser = "Sample User";
sessions = ( "mixedtypes", "icosohedron", "lowpoly", "midpoly", "highpoly");
sessions = ( "mixedtypes", "icosohedron", "lowpoly", "midpoly", "highpoly", "cylinder");
settingsVersion = 1;
users = (
{
id = "Sample User";
sessions = ( "mixedtypes", "icosohedron", "lowpoly", "midpoly", "highpoly");
sessions = ( "mixedtypes", "icosohedron", "lowpoly", "midpoly", "highpoly", "cylinder");
} );

}

0 comments on commit 7a73733

Please sign in to comment.