away3D 4.0를 이용하여 AIR for android로 컴파일시
Error: Error #3709: The depthAndStencil flag in the application descriptor must match the enableDepthAndStencil Boolean passed to configureBackBuffer on the Context3D object.
라는 에러 메세지가 나오면
app.xml 파일에
<renderMode>direct</renderMode>
<depthAndStencil>true</depthAndStencil>
위와 같이 renderMode는 direct로 수정하고, depthAndStencil 노드를 추가한다.
※ 이상한 점은 FlashDevelop을 이용해서 컴파일 하면 <depthAndStencil> 옵션이 설정되어있지 않은 상태에도 잘 작동한다는 것이다.
'Flash > IDE' 카테고리의 다른 글
flash player downloads.html (0) | 2012.06.05 |
---|---|
Android 용 ANE 파일 만들기 //2012/05/26 21:11 (0) | 2012.06.05 |
Adding Flash Player 11.2 support to Flash Pro CS5 and CS5.5 //2012/05/09 02:08 (0) | 2012.06.05 |
Flash CS5.5 -ANE (AIR Native Extension) 이용하여 .apk 만들기 //2012/03/08 01:13 (1) | 2012.06.05 |
zoom 컨트롤시 //2009/08/04 10:09 (0) | 2012.06.05 |