Removed picking event and added a pick function to renderer
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<c:Camera>
|
||||
<Name>cam</Name>
|
||||
<AspectRatio>1.77</AspectRatio>
|
||||
<FOV>60.0</FOV>
|
||||
<NearClip>0.01</NearClip>
|
||||
<FarClip>5000</FarClip>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="Name" type="t:string" minOccurs="0"/>
|
||||
<xs:element name="AspectRatio" type="t:double" minOccurs="0"/>
|
||||
<xs:element name="FOV" type="t:double" minOccurs="0"/>
|
||||
<xs:element name="NearClip" type="t:double" minOccurs="0"/>
|
||||
<xs:element name="FarClip" type="t:double" minOccurs="0"/>
|
||||
|
||||
Reference in New Issue
Block a user