Entity Instancing

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Treon
Kobold
Posts: 37
Joined: Mon Mar 07, 2011 2:30 pm

Entity Instancing

Post by Treon »

Have a thought about instancing, is there any possibility to influence submeshes such replacement?

Problems:

1) Replace Submeshes ( Replacing body parts )
2) Raycasting to pick instancing entities.

If unable to do the following, how do the rest of you to deal with many entities with different submesh setups and still keep good preformance?

Thanks
bstone
OGRE Expert User
OGRE Expert User
Posts: 1920
Joined: Sun Feb 19, 2012 9:24 pm
Location: Russia
x 201

Re: Entity Instancing

Post by bstone »

No easy solutions to that, but (1) - instance submeshes separately, (2) - work through the AABB level first, then raycast through the candidate meshes.
Post Reply