Creating BTS Fans: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{back | Portal Behind The Scenes Level Creation}} ==Introduction== This page will show you how to create fans. {{Warning| This page is incomplete, it's not recommended that...")
 
Line 4: Line 4:


{{Warning| This page is incomplete, it's not recommended that you follow this guide yet.}}
{{Warning| This page is incomplete, it's not recommended that you follow this guide yet.}}
==Base Shape==
Create a <code>128w*128*128h</code> cylinder with 24 sides with the <code>[[nodraw]]</code> texture.
Create a <code>128w*128*128h</code> Brush with the <code>[[nodraw]]</code> texture.
As painful and time consuming as it sounds, using the [[clipping tool]] to make the precise shape, don't use the [[carve tool]].
The cylinder is used to match up the vertices so make a precise brush. Use the cylinder for your guide.
{{Warning|After Clipping one brush, select the only brush you need after clipping one.}}

Revision as of 16:00, 28 August 2019

Portal Behind The Scenes Level Creation

Introduction

This page will show you how to create fans.

Warning.pngWarning: This page is incomplete, it's not recommended that you follow this guide yet.

Base Shape

Create a 128w*128*128h cylinder with 24 sides with the nodraw texture.

Create a 128w*128*128h Brush with the nodraw texture.

As painful and time consuming as it sounds, using the clipping tool to make the precise shape, don't use the carve tool.

The cylinder is used to match up the vertices so make a precise brush. Use the cylinder for your guide.

Warning.pngWarning:After Clipping one brush, select the only brush you need after clipping one.