![MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference Download Page 1022](http://html1.mh-extra.com/html/macromedia/director-mx-2004-director-scripting/director-mx-2004-director-scripting_reference_33217201022.webp)
1022
Chapter 14: Properties
subdivision
Usage
member(
whichCastmember
).model(
whichModel
).sds.subdivision
Description
3D
sds
modifier property; allows you to get or set the subdivision surfaces mode of operation.
Possible values are as follows:
•
#uniform
specifies that the mesh is uniformly scaled up in detail, with each face subdivided
the same number of times.
•
#adaptive
specifies that additional detail is added only when there are large surface
orientation changes and only to those areas of the mesh that are currently visible.
The
sds
modifier cannot be used with the
inker
or
toon
modifiers, and caution should be
used when using the
sds
modifier with the
lod
modifier. See the
sds
modifier entry for more
information.
Example
The following statement sets the
subdivision
property of the
sds
modifier of the model named
Baby to
#adaptive
. Baby’s geometry will not be modified uniformly.
member("Scene").model("Baby").sds.subdivision = #adaptive
See also
sds (modifier)
,
error
,
enabled (sds)
,
depth (3D)
,
tension
subPicture
Usage
-- Lingo syntax
dvdObjRef
.subPicture
// JavaScript syntax
dvdObjRef
.subPicture;
Description
DVD property. Determines the current subpicture, if any. Read/write.
The value of
subPicture
is an integer. A value of 0 disables
subPicture
.
See also
DVD
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...