上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页
摘要: To calculate the rectangle area of a projected sphere, here we could try with two different solutions: 1) project the center of sphere into screen first, then approximate the radius in the screen s... 阅读全文
posted @ 2012-10-28 08:17 opencoder 阅读(286) 评论(0) 推荐(0) 编辑
摘要: This sample shows how to build a simple 3d world with Catcake, and make the camera walk around. The 3D world built from the NeHe OpenGL Lesson10. To make all stuffs become much easier, I tried to... 阅读全文
posted @ 2012-10-28 08:14 opencoder 阅读(391) 评论(0) 推荐(0) 编辑
摘要: With the objcopy command, we could embed some external files into the executable target file on Linux. Here objcopy used as a tool that convert the a external file into some a target file with some se... 阅读全文
posted @ 2012-10-28 08:11 opencoder 阅读(295) 评论(0) 推荐(0) 编辑
摘要: In the last year, I have spent some time to write some plugins with MAYA MEL. The most hardest part for MEL plugins programming was not the MEL language itself, was the MAYA node graphics structure... 阅读全文
posted @ 2012-10-28 08:03 opencoder 阅读(296) 评论(0) 推荐(0) 编辑
摘要: The article follows the previous article “hello catcake”. In the last lesson, I have successfully built the catcake & hello_catcake and make it run on the Android emulator. But there was a small bug t... 阅读全文
posted @ 2012-09-15 22:58 opencoder 阅读(404) 评论(0) 推荐(0) 编辑
摘要: catcake version catcake-0.9.5-src.tar.gz Build catcake into a static library with Android NDK After downloaded the package, then un-zip it into a workspace folder as you wish. To make some work ... 阅读全文
posted @ 2012-09-15 13:48 opencoder 阅读(757) 评论(0) 推荐(0) 编辑
摘要: Android NDK Version android-ndk-r8b-windows.zip Build Shared Library Create file “Android.mk”under $PROJ_DIR/jni folder LOCAL_PATH := $(call my-dir)include $(CLEAR_VARS)LOCAL_MODULE := he... 阅读全文
posted @ 2012-09-15 12:04 opencoder 阅读(935) 评论(0) 推荐(0) 编辑
摘要: Preparing : jdk-6u32-windows-i586.exe eclipse-java-indigo-SR2-win32.zip installer_r18-windows.exe ADT-18.0.0.zip Before you start install Android NDk, you need make sure Android SDK set up co... 阅读全文
posted @ 2012-09-13 00:08 opencoder 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 原因:源代码有重复,如头文件中没有添加只能被引用一次的标记 #ifndef _HEADER_H_ #define _HEADER_H_ // header file content #endif 或者 写了类似#include "file.cpp"的代码! 阅读全文
posted @ 2012-09-10 21:22 opencoder 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 在Project-->Setting-->Linker-->Command Line-->Additional options中加入: /nodefaultlib:libc 阅读全文
posted @ 2012-09-10 21:16 opencoder 阅读(161) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页