Jump to content

Home

Cylinder trouble.


IG-64

Recommended Posts

I made a curve cylinder, but when I compiled it one half of it was not round, like in radiant. So I made a cylinder out of brushes instead, but I need to be able to go inside it, and I can't figure out how to flip the normals of brushes. I tried making it nonsolid, and then hollowing a copy of it using caulk, or clipping, but I also need stuff inside the cylinder, which creates leaks in the map. Can anyone help me?

Link to comment
Share on other sites

Originally posted by WadeV1589

I'm guessing this is a pretty large cylinder for it to deform. I think using -patchmeta fixes it as it turns the meshes into brushes ingame.

 

whats -patchmeta?

 

and yes, it is very large, its a tower

Link to comment
Share on other sites

It performs meta sorting on patches effectively making them into brushes in the BSP instead of actual patches still - I think anyway.

 

If you need a big circular object, separate it into it's own map, add at least one brush in there (anywhere and only has to be 1x1x1 units) covered in caulk, save and compile with -meta -patchmeta -subdivisions 16 and then -convert -format ase. This will firstly make your .map into a .bsp and then the .bsp into a .ase which you can load as a model :)

Link to comment
Share on other sites

Originally posted by WadeV1589

It performs meta sorting on patches effectively making them into brushes in the BSP instead of actual patches still - I think anyway.

 

If you need a big circular object, separate it into it's own map, add at least one brush in there (anywhere and only has to be 1x1x1 units) covered in caulk, save and compile with -meta -patchmeta -subdivisions 16 and then -convert -format ase. This will firstly make your .map into a .bsp and then the .bsp into a .ase which you can load as a model :)

 

Will it have clipping?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...