소스 검색

focalLength is read/write

Franco Ponticelli 16 년 전
부모
커밋
843877babf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/flash9/geom/PerspectiveProjection.hx

+ 1 - 1
std/flash9/geom/PerspectiveProjection.hx

@@ -4,7 +4,7 @@ extern class PerspectiveProjection	{
 
 
 	var projectionCenter : Point;
 	var projectionCenter : Point;
 	var fieldOfView : Float;
 	var fieldOfView : Float;
-	var focalLength(default,null) : Float;
+	var focalLength : Float;
 
 
 	function new() : Void;
 	function new() : Void;
 	function toMatrix3D() : Matrix3D;
 	function toMatrix3D() : Matrix3D;