File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ <h2>Extensions</h2>
3737 </ ul >
3838
3939 < p > < i >
40- < sup > *</ sup > UV transforms are supported, with several key limitations in comparison to the
41- glTF specification. A transform is applied to all textures using that UV set on the current
42- material, and no more than one transform may be used per material. Each use of a texture with
43- a unique transform will result in an additional GPU texture upload. See
40+ < sup > *</ sup > UV transforms are supported, with several key limitations. Transforms applied to
41+ a texture using the first UV slot (all textures except aoMap and lightMap) must share the same
42+ transform, or no transfor at all. The aoMap and lightMap textures cannot be transformed. No
43+ more than one transform may be used per material. Each use of a texture with a unique
44+ transform will result in an additional GPU texture upload. See
4445 #[link:https://github.com/mrdoob/three.js/pull/13831 13831] and
4546 #[link:https://github.com/mrdoob/three.js/issues/12788 12788].
4647 </ i > </ p >
Original file line number Diff line number Diff line change @@ -130,3 +130,13 @@ span.param {
130130a .param : hover {
131131 color : # 777 ;
132132}
133+
134+ sup , sub {
135+ /* prevent superscript and subscript elements from affecting line-height */
136+ vertical-align : baseline;
137+ position : relative;
138+ top : -0.4em ;
139+ }
140+ sub {
141+ top : 0.4em ;
142+ }
You can’t perform that action at this time.
0 commit comments