-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{scene,image}converter: add examples for the new features.
- Loading branch information
Showing
4 changed files
with
138 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[1;39mPlugin name:[1;33m StbResizeImageConverter[0m | ||
[1;39mFeatures:[0;36m | ||
Convert2D | ||
Convert3D[0m | ||
[1;39mConfiguration:[0m | ||
[1;30m # Target width and height, separated by a space. Required.[0m | ||
[1;34m size[0;34m=[0;31m512 512[0m | ||
|
||
[1;30m # How neighboring pixel values are retrieved on image edges. Valid values[0m | ||
[1;30m # are:[0m | ||
[1;30m # - clamp -- as if the edge pixels were extended[0m | ||
[1;30m # - wrap -- as if the image was repeated[0m | ||
[1;30m # - reflect -- as if the image was repeated and reflected[0m | ||
[1;30m # - zero -- uses zero values for out-of-bounds pixels[0m | ||
[1;34m edge[0;34m=[0;31mclamp[0m | ||
… |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[1;39mPlugin name:[1;33m GltfSceneConverter[0m | ||
[1;39mFeatures:[0;36m | ||
ConvertMultipleToData | ||
AddScenes | ||
AddMeshes | ||
AddMaterials | ||
AddTextures | ||
AddImages2D | ||
AddCompressedImages2D[0m | ||
[1;39mConfiguration:[0m | ||
[1;30m # Copyright and generator name, written into the asset object. If empty, no[0m | ||
[1;30m # value is written.[0m | ||
[1;34m copyright[0;34m=[0;31mMe & Myself[0m | ||
[1;34m generator[0;34m=[0;31mMagnum GltfSceneConverter[0m | ||
|
||
[1;30m # Add one or more extensionUsed and/or extensionRequired values to populate[0m | ||
[1;30m # the extension usage and requirement arrays.[0m | ||
|
||
[1;30m # Whether to write a *.gltf or a *.glb file. If empty, detected automatically[0m | ||
[1;30m # based on filename extension, conversion to data defaults to a binary file.[0m | ||
[1;30m # If a text file is selected for conversion to data, converting anything that[0m | ||
[1;30m # involves binary buffers will currently fail.[0m | ||
[1;34m binary[0;34m=[0;31m[0m | ||
… |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters