Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Modelling with planes?
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#1
Modelling with planes?

Basically, while strenuous in setting up and putting everything down, does modelling objects with planes impede performance noticeably?

I mean, let's say I model a whiteboard and some whiteboard markers, would having large amounts of planes (notably the markers, being circular) affect response rates or other matters which may cause inefficiency?

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-11-2014, 02:23 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#2
RE: Modelling with planes?

Yes, I think they do. Usually if it has a high polycount and the amount of it placed in the Editor is too much then the game could lag. But if it's quite low then there's nothing to worry about.

This is why you can't put a thousand monsters, but you can put a thousand boxes.

And planes? What the hell are them?

"Veni, vidi, vici."
"I came, I saw, I conquered."
04-11-2014, 04:05 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#3
RE: Modelling with planes?

Hmmm I'd reccomend the use of planes in the case of something low-poly and simple, but if it's something with details then go with a model editor.

Ex:

If you want to model a roof, then the best will be planes. If the roof is special in some way, then go to 3D models.

I don't know about performance though.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
04-11-2014, 04:54 PM
Find
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#4
RE: Modelling with planes?

I don't think you'll need to worry about performace when using planes, because they are of the simplest geometry to render. They only consist of 2 triangles, whereas a monster like the Grunt may consist of 2,000 on its own.

The only reason it's not much used is because it's difficult to place a thousand planes in order to construct something. You'll probably be better off making model of it, but if you want to use planes, sure, go ahead.

(This post was last modified: 04-11-2014, 06:59 PM by Mudbill.)
04-11-2014, 06:58 PM
Find
WALP Offline
Posting Freak

Posts: 1,221
Threads: 34
Joined: Aug 2012
Reputation: 45
#5
RE: Modelling with planes?

No this should hurt performance pretty bad I think. Having structures made of planes means drawcalls for materials and other object rendering features for every single plane, as opposed to having it all in one mesh would only need to do drawcalls for materials and such once, and not have to check for every single face/triangle.
In other words having one object that is 10000 triangles is better than having 1000 objects that are 1 triangle each, and I am pretty sure we can consider a plane to be some kind of object here.

The only performance wise reason to seperate objects is culling. Basicly it means not rendering what is not visible, so if your entire level was one object you would always have to do passes for the entire level at least to some extend, so splitting it up between rooms allows you to skip rendering some stuff.


That said as long as you dont go crazy and make a grunt out of planes and such you should be fine.

-I did not bother to check for grammatics.
04-11-2014, 08:31 PM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#6
RE: Modelling with planes?

Cheers guys. Was only planning to make smaller, objects if they were cylindrical, and larger objects would be fairly flat Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-12-2014, 12:00 AM
Find
daortir Offline
Senior Member

Posts: 422
Threads: 9
Joined: Sep 2013
Reputation: 18
#7
RE: Modelling with planes?

TL;DR : Planes are great for modelling walls, ceilings, buildings and square-ish stuff and as long as you're not retarded and understand what they are made for.

Romulator planned to do simple stuff so the answer would probably be : no it won't cause any performance issue.

04-12-2014, 12:25 AM
Find
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#8
RE: Modelling with planes?

Haha, well, assume that someone can't model, so they make something out of planes (possibly "solid" billboards too) which would generally be small. Sure I'd make a whiteboard and some whiteboard markers (like 2 or so markers) I would think that they would compensate for a small number of planes.

Either way, until I can learn how to model, I am making smaller things with planes :3

Discord: Romulator#0001
[Image: 3f6f01a904.png]
04-12-2014, 03:06 AM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#9
RE: Modelling with planes?

I kinda hope HPL3 has a primitive brush system like UDK or Source. It's so handy being able to make a structure out of shapes and detailing with props. Just planes kinda hurts to work with. I doubt it though :I
04-13-2014, 04:19 PM
Find




Users browsing this thread: 1 Guest(s)