From ccd4cdfd8b505feef9bdb66f9a9f7eb2813464e7 Mon Sep 17 00:00:00 2001 From: reduz Date: Sat, 5 Mar 2022 16:43:38 +0100 Subject: Rename StreamTexture* to CompressedTexture* * Its not and will not be used for streaming. * Streaming will be implemented in 4.1 and it will work different. * It makes more sense to be called CompressedTexture since it imports and compresses texture files. --- doc/classes/CompressedTexture3D.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/classes/CompressedTexture3D.xml (limited to 'doc/classes/CompressedTexture3D.xml') diff --git a/doc/classes/CompressedTexture3D.xml b/doc/classes/CompressedTexture3D.xml new file mode 100644 index 0000000000..de7a93d788 --- /dev/null +++ b/doc/classes/CompressedTexture3D.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3