home *** CD-ROM | disk | FTP | other *** search
- DarkTree Color Convert
-
- Version: 2.00
- Modified: 07/27/2001
- Author: DarkSim - August Swanson
-
- // The Color convert component is primarily used for creating "Map"
- // type basic textures for use in the Simbiont plug-ins. Convert
- // color has only a single color parameter, which remains a color
- // type, no matter the type of the component. What this lets you do
- // is create a texture that can be automatically converted between
- // color, percent, and bump in a Simbiont, without losing the tweak
- // control connection.
-
- Pref_Map: Frame
- Rep_Frame: 1
- Type: Color
- Source: TEXTURE
- Aspect_Width: 100
- Aspect_Height: 100
- Scale: 2
- Unit_Scale: Meters
- Heading: 0
- Pitch: 0
-
- {
- Process 1 : Color_Convert Color
- {
- DarkData: 1, 0, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Background : Link_To 0 | Color
- Color:
- }
- Natural 2 : Blobs Color
- {
- DarkData: 0, 0, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Input_Seed : 1
- Blob_Size : 0.4
- Density : 0.45
- Blend_Function : 0
- Color:
- Blob : Link_To 1 | Color
- Background : 0, 0, 0
- }
- Natural 3 : Blobs Percent
- {
- DarkData: 1, 1, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Input_Seed : 1
- Blob_Size : 0.4
- Density : 0.45
- Blend_Function : 0
- Percent:
- Blob : Link_To 4 | Percent
- Background : 0
- }
- Process 4 : Color_Convert Percent
- {
- DarkData: 2, 1, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Background : Link_To 0 | Color
- Percent:
- }
- Natural 5 : Blobs Bump
- {
- DarkData: 1, 2, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Input_Seed : 1
- Blob_Size : 0.4
- Density : 0.45
- Blend_Function : 0
- Bump:
- Blob : Link_To 6 | Bump
- Background : 0
- Bump_Scale : 1
- }
- Process 6 : Color_Convert Bump
- {
- DarkData: 2, 2, 200
- Transform:
- Trans_0 : 1, 0, 0, 0
- Trans_1 : 0, 1, 0, 0
- Trans_2 : 0, 0, 1, 0
- Common:
- Background : Link_To 0 | Color
- Bump:
- }
- }
-
- Trigger_Bank: 1, 1
-
- Tweaker
- {
- Tweak : IF_COLOR
- Tweak : Color
- Tweak : 255, 157, 4
- }
-