소스 검색

Updated VERSIONS.

Mark Sibly 7 년 전
부모
커밋
aca2d147ff
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      VERSIONS.TXT

+ 2 - 0
VERSIONS.TXT

@@ -1,4 +1,6 @@
 
+Added simple support for iphone simulator. Alas, I've had to implement this as a sort of pseudo target: set MX2_IOS_USE_SIMULATOR=1 in env_macos.txt to enable simulator and rebuild modules. You'll need to change this env var to switch between simulator/hardware builds, you don't have to rebuild modules each time you switch though. Also note that apps builds to the same product project. Far from elegant sorry, I may be able to do something with lipo etc eventually.
+
 Mojo3d camera's can now be attached to a view, which will take care of autoresizing camera viewport etc.
 
 Camera param removed from Scene.Render. Scene.Render now renders all cameras in a scene. Add Camera.Render for just rendering a single camera - this is now recommended way to render a scene, multiple cameras not dealt with yet.