Is it posible to add shapes in Mesh.Producers?

All topics about ZGameEditor goes here.

Moderator: Moderators

Post Reply
nmarshall
Posts: 14
Joined: Wed Mar 14, 2007 11:59 pm
Location: Los Angeles, California

Is it posible to add shapes in Mesh.Producers?

Post by nmarshall »

I was just putting together a simple Mesh, trying to make a cross shape. I was thinking I could put two MeshBoxes under a single Mesh.Producer and they would just overlap. From experimenting with the Producers it seems like you are allowed to have one generator like a box, sphere or implicit and then below that are mesh effectors like an expression or noise.

After looking at the Steering example you create the cursor model from adding the two tori within the Model.OnRender.

I just saw you have version 1.01 so I'll try that out now.
User avatar
VilleK
Site Admin
Posts: 2277
Joined: Mon Jan 15, 2007 4:50 pm
Location: Stockholm, Sweden
Contact:

Post by VilleK »

For meshbox and meshsphere you can only have one producer and then a mesh-filter like meshexpression.
If you use the meshimplicit producer you can add shapes together with implicitcombine.
Or you can "combine" shapes by rendering several shapes in OnRender. This gives the benefit of being able to animate the shapes separately.
Post Reply