Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 3rd Person Camera
Post: RE: 3rd Person Camera

Second person is obviously the view from your target, and if that looks at a wall (or has no eyes), good luck.
cybersphinx Overture 23 42,464 06-29-2011, 04:05 AM
    Thread: Let's compile Penumbra [Linux, CMake, 64bit]
Post: RE: Let's compile Penumbra [Linux, CMake, 64bit]

Sounds like you don't have all needed 32 bit packages, find out which has the 32 bit libgcc and install that. I also had to remove the libstdc++ from dependencies, since my libc was too new for that.
cybersphinx Overture 17 37,421 05-15-2010, 05:31 PM
    Thread: Let's compile Penumbra [Linux, CMake, 64bit]
Post: RE: Let's compile Penumbra [Linux, CMake, 64bit]

I'm not sure those should be in the cmake files, since they are specific to 64 bit Linux systems. But Code:cmake -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_C_FLAGS=-m32 -DCMAKE_LD_FLAGS=-m32 .also works, without ...
cybersphinx Overture 17 37,421 05-14-2010, 08:01 PM
    Thread: Let's compile Penumbra [Linux, CMake, 64bit]
Post: RE: Let's compile Penumbra [Linux, CMake, 64bit]

I finally got a binary compiled, forcing a 32 bit build by adding Code:add_definitions(-m32 -O2) to all three CMakeList.txts, and Code:set(CMAKE_EXE_LINKER_FLAGS "-m32") to that in PenumbraOverture. I...
cybersphinx Overture 17 37,421 05-14-2010, 06:23 PM