代码搜索:cube

找到约 2,811 项符合「cube」的源代码

代码结果 2,811
www.eeworm.com/read/383548/8936684

aps cube.aps

www.eeworm.com/read/383548/8936697

exe cube.exe

www.eeworm.com/read/383548/8936706

cpp cube.cpp

// cube.cpp : Defines the class behaviors for the application. // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights
www.eeworm.com/read/383548/8936711

h cube.h

// cube.h : main header file for the CUBE application // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights reserved.
www.eeworm.com/read/427487/8940413

c cube.c

#include "cube.h" #include "vertex.h" #include float cubeVB[32] __attribute__((aligned(16))); vertexP cubeIB[12]; uint32_t posCnt = 32; uint32_t ibCnt = 12; int buildCube(void){ vector
www.eeworm.com/read/427487/8940435

o cube.o

www.eeworm.com/read/427487/8940470

h cube.h

#ifndef CUBE_H_ #define CUBE_H_ #ifdef __cplusplus extern "C" { #endif int buildCube(void); #ifdef __cplusplus } #endif #endif /*CUBE_H_*/
www.eeworm.com/read/186288/8947147

ico cube.ico

www.eeworm.com/read/426757/9001250

pro cube.pro

CONFIG += opengl HEADERS = cube.h SOURCES = cube.cpp \ main.cpp
www.eeworm.com/read/426757/9001258

cpp cube.cpp

#include #include "cube.h" Cube::Cube(QWidget *parent, const char *name) : QGLWidget(parent, name) { setFormat(QGLFormat(DoubleBuffer | DepthBuffer)); rotationX = 0;