Dealing with textures

Post Reply
dnavarrojr
Posts: 72
Joined: Fri Mar 30, 2007 12:41 am
Location: Kansas, USA

Dealing with textures

Post by dnavarrojr »

Is it possible to spread a single texture across multiple objects and have them line up?

For example, if I create four squares and align them with two on top and two on bottom in a box

Code: Select all

+--+--+
|  |  |
+--+--+
|  |  |
+--+--+
Do I have to load the texture onto the face of each individually and then line them up?

Or is there a way to auto-align so that an image automatically spreads across all 4?

If so, how? I've been messing around with C3DPS for an hour now trying to figure it out without any luck.
User avatar
Ron P.
Advisor
Posts: 12002
Joined: Tue May 10, 2005 12:45 am
operating_system: Windows 10
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: Hewlett-Packard 2AF3 1.0
processor: 3.40 gigahertz Intel Core i7-4770
ram: 16GB
Video Card: NVIDIA GeForce GTX 645
sound_card: NVIDIA High Definition Audio
Hard_Drive_Capacity: 4TB
Monitor/Display Make & Model: 1-HP 27" IPS, 1-Sanyo 21" TV/Monitor
Corel programs: VS5,8.9,10-X5,PSP9-X8,CDGS-9,X4,Painter
Location: Kansas, USA

Post by Ron P. »

You will need to load the texture on each one.
Ron Petersen, Web Board Administrator
Post Reply