I'm having some trouble with collision detection not working properly
on some models I'm working on. The models are made of a few different
objects and while everything else works normally collision detection
is not working on all the objects. I've attached a test model that
illustrates the problem for me. Place the model somewhere (with ufo or
whatever) and then try to fly aircraft through the different objects
of the model. Here only the large box in the middle actually collides,
and either of the smaller upper and lower objects I can simply pass
through. Am I missing something obvious, is this a bug somewhere?

cheers

Attachment: test.ac
Description: Binary data

<?xml version="1.0"?>

<PropertyList>
	<path>test.ac</path>

	<!--
	<animation>
		<type>range</type>
		<object-name>upper</object-name>
		<min-m>0</min-m>
		<max-m>100</max-m>
	</animation>
	<animation>
		<type>range</type>
		<object-name>lower</object-name>
		<min-m>0</min-m>
		<max-m>100</max-m>
	</animation>
	<animation>
		<type>range</type>
		<object-name>middle</object-name>
		<min-m>0</min-m>
		<max-m>600</max-m>
	</animation>
	-->
</PropertyList>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to